.bodyText {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.headerTitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color : #0A3F74; font-weight : bold;}
.footerText {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}
a.footerText {  color: #FFFFFF; text-decoration: underline}
.calculatorText {  color : #0A3F74; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
a:link {
	color: #0A3F74;
	text-decoration: underline;
}

a:visited {
	color: #0A3F74;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #0A3F74;
	text-decoration: none;
}

a:active {
	color: white;
	background: #0A3F74;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #0A3F74;
	text-decoration: none;
}

