@charset "UTF-8";
.headingtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #377191;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.navtext {
	font-family: times;
	font-size: 12px;
	font-weight: normal;
	color: #377191;
}	
a:link {
	color: #377191;
	text-decoration: none;
}
a:visited {
	color: #377191;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #377191;
	text-decoration: none;
}.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #62ACD1;
}
