/* Body Text CSS */
.bodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12pt;
}
.bodyTxt A:link, .bodyTxt A:active, .bodyTxt A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	line-height: 12pt;
	text-decoration: underline;
}
.bodyTxt A:hover, .bodyTxt A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 12pt;
	text-decoration: underline;
}



/* Top Navigation CSS */
.topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}
.topNav A:link, .topNav A:active, .topNav A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.topNav A:hover, .topNav A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}



/* Bottom Navigation CSS */
.bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
.bottomNav A:link, .bottomNav A:active, .bottomNav A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	text-decoration: none;
	font-weight: bold;
}
.bottomNav A:hover, .bottomNav A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	text-decoration: underline;
	font-weight: bold;
}



/* Main Navigation CSS */
.mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	text-decoration: none;
}
.mainNav A:link, .mainNav A:active, .mainNav A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	text-decoration: none;
	font-weight: normal;
}
.mainNav A:hover, .mainNav A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	text-decoration: none;
	font-weight: normal;
}



/* Sub Navigation CSS */
.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	text-decoration: none;
}
.subNav A:link, .subNav A:active, .subNav A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	text-decoration: underline;
	font-weight: normal;
}
.subNav A:hover, .subNav A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A50A1;
	text-decoration: none;
	font-weight: normal;
}




/* Form Fields CSS */
.txtBox {
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #cccccc;
	height: 16px;
	width: 125px;
}



/* Bottom Info CSS */
.bottomInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #ffffff;
}
.bottomInfo A:link, .bottomInfo A:active, .bottomInfo A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}
.bottomInfo A:hover, .bottomInfo A:visited:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}


/* Sub Header CSS */
.headerBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #0A50A1;
	font-weight: bold;
	line-height: 20px;
}
.headerBluesmal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0A50A1;
	font-weight: bold;
}



/* Box CSS */
.box {
	background-color: #CDD5E4;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
