@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	background-color: #003366;
}

a.main:link { font-weight: bold; color: #E26420; text-decoration: underline;}
a.main:visited {  font-weight: bold; color: #E26420; bold; text-decoration: underline;}
a.main:hover { font-weight: bold; color: #E26420; text-decoration: underline;}
a.main:active { font-weight: bold; color: #E26420; text-decoration: underline;}

a.contact:link { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
a.contact:visited { font-size: 12px; font-weight: bold; color: #FFFFFF; bold; text-decoration: none;}
a.contact:hover { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline;}
a.contact:active { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}

.font12pt {
	font-size: 12px;
}
.font10pt {
	font-size: 10px;
}
.font9pt {
	font-size: 9px;
}
.contact2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.orangetitle1 {
	font-size: 24px;
	font-weight: bold;
	color: #E26420;
}
.orangetitle2 {
	font-size: 18px;
	font-weight: bold;
	color: #E26420;
}
.bluetitle1 {
	font-size: 24px;
	font-weight: bold;
}

