body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: normal;

	color: #003366;

}

A:link {

	color: #000066;

	underline: no;



		}

A:visited {color: #000066;}

A:active {color: #000066;}

.heading {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 24px;

	color: #FF9933;

	font-weight: bold;



}

.txtBody {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #003366;

}

.smlLink {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: #000033;

}


#mainNav a{
	 text-decoration: none;
	 color: #FFFFFF;
	 background: url(/images/on.gif) no-repeat center bottom;
	 display:block;
	 text-align:center;
	 padding-bottom:7px;
	 padding-top: 4px;
	 font-weight:bold;
}
#mainNav a.active, #mainNav a:hover{
	color: #003366;
	background: url(/images/off.gif) no-repeat center bottom;
}
ul.errors{
	color:red; background:white; font-weight:bold; padding:15px 30px;	
}
ul.success{
	color:green; background:white; font-weight:bold; padding:15px 30px;	
}
.footerNav td{
	text-align:center;	
}
.footerNav a{
	text-decoration:none;
	font-size:10px;
}