 a:link { color: #0000FF; text-decoration: underline; ; font-size: 9pt}
 a:visited { color: #0000FF; text-decoration: underline; ; font-size: 9pt} 
 a:active { color: #0000FF; text-decoration: underline; ; font-size: 9pt} 
 a:hover { color: #004000; text-decoration: underline; ; font-size: 9pt} 
 
 td { font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt; font-weight: normal; color: #004000} 
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold}
.red {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #A40000}
.large {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #A40000}

 a.large:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A40000;
	text-decoration: none;
}
 a.large:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A40000;
	text-decoration: none;
} 
 a.large:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A40000;
	text-decoration: none;
}
 a.large:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A40000;
	text-decoration: underline;
}

body {
	background-color: #FFFFE6;

}
.vsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.BoxWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.redsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A40000;
}
.redlrge {
	font-size: 18px;
	font-weight: bold;
	color: #A40000;

}

.tablehead {
	color: #FFFFE6;
	background-color: #004000;
	padding: 3px;
	text-align: center;
}

.tablebod {
	color: #004000;
	background-color: #FFFFE6;
	border: 1px dotted #004000;
	padding: 3px;
	text-align: left;
}