﻿/* CSS Document */
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	font-variant: small-caps;
	padding-left: 0px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a8935c;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a8935c;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.italics {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}


a:link 			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003366; font-weight: bold; }
a:active		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003366; font-weight: bold; }			
a:visited		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003366; font-weight: bold; }		
a:hover			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #a8935c; font-weight: bold; }
