.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.headers {
	font-size: 18px;
	color: #0E173A;
	font-family: "Trebuchet MS";

}
.footer {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0E173A;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
	margin: 0px;
	background-image: url(images/bg.gif);

}
.navigation {
	color: #333333;
	background-color: #F9F9F9;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(images/whitearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	cursor: hand;
	font-weight: bold;




}
.address {
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.white {
	color: #FFFFFF;
}
.headerbox {

	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.navigationon {
	color: #FFFFFF;
	background-color: #0E173A;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(images/whitearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	cursor: hand;
	font-weight: bold;

}
.footernav {
	text-transform: capitalize;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 3px;

}
.border {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

a:link {text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {text-decoration: none;}

.maincontent a:link {color: #1F37AD;	text-decoration: none;}
.maincontent a:hover {color: #0C143F; text-decoration: underline;}
.maincontent a:visited {color: #1F37AD; text-decoration: none;}

.footer a:link {color: #FFFFFF;	text-decoration: none;}
.footer a:hover {color: #FFFFFF; text-decoration: underline;}
.footer a:visited {color: #FFFFFF; text-decoration: none;}

.footernav a:link {color: #666666; text-decoration: none;}
.footernav a:hover {color: #333333; text-decoration: underline;}
.footernav a:visited {color: #666666; text-decoration: none;}

.underline {
	font-weight: bold;
	text-decoration: underline;
}
.formbuttons {
	color: #FFFFFF;
	background-color: #152257;
	border: 1px solid #0E173A;
	width: 220px;
}
/* classes for validator */
.tfvHighlight{font-weight: bold; color: red;}
.tfvNormal{font-weight: normal;	color: black;}