@charset "iso-8859-1";
.Nav {
	font-family: Arial;
	font-size: 12px;
	background-color: #002c46;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
}
.Nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

a {
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	color:#3d89b0;

}

.NanOver {
	font-family: Arial;
	font-size: 12px;
	background-color: #9D1F26;
	color: #66FFFF;
	vertical-align: middle;
	padding-left: 10px;
}

.NanOver a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.headerText {
	font-family: Arial,;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.contentCopy {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	padding-right: 10px;
}

.searchSub {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	line-height: 16px;
	padding-right: 10px;
}



.selectCopy {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

.contentCopyBold {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.footer {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

.footer a {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.thirdLevelNav {
	background-color: #333333;
	border: thin solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;

}
.sectionHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.sectionHeadingNotBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}



.greyTableBackground {
	/*border: 1px solid #708090;*/
	background-color: #EFEFEF;
    /*border-color: #CCCCCC;*/
}
.redTextDivisor {
	font-size: 14px;
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}





.blackBorderTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.whiteBackground {
	background-color: #FFFFFF;
}

