body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #0C0E81;
}
.redbar {
	color: #FFFFFF;
	background-color: #990000;
	height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
}
.buttonbar {
	background-color: #009900;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000066;
}
.spacedletters {
	letter-spacing: 8px;
}
.maintable {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.footer {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0C0E81;
	background-image: url(images/footerBG.jpg);
	text-align: center;
	height: 75px;
}
.maincontent {
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer a, .redbar a {
	color: #FFFFFF;
	text-decoration: underline;
}
.buttonbar a {
	color: #FFFFFF;
	text-decoration: none;
}
.buttonbar a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext {
	font-size: 11px;
}
.header1 {
	font-size: 20px;
}
.header2 {
	font-size: 15px;
}
.formlines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
}
