a:hover {  font-family: Arial, Helvetica, sans-serif; color: #FF0000}
.heading14 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold}
.smallestGOLD {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #CC9900}
.standardFont10 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.standardFont10Gold {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #CC9900 }
.subHeading12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold}
.smallestBlack {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.standardFont12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.yellowbackground {
	background-color: #FFFFCC;
	padding: 5px;
}
.yellowbackground2 {
	background-color: #FFFFCC;
}

.yellowbackground12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 5px;
	color: #FF0000;
}
.redfont {
	font-weight: normal;
	color: #FF0000;
	font-size: 10pt;
}
#Button a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFCC00;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	height: 9px;
}
#Button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #08089B;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	height: 9px;
}
body {
	text-align: center;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	margin: 0 auto;
	width: 775px;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
}
@media print {
   BODY {
	font-size: 10pt;
	background-color: white;
	position: fixed;
	width: 100%;
}
}
