.green {color: #005b00;}
.grnhead {color: #005b00; text-decoration : underline;}
.large {font-size : larger;}
.bars {
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#005b00;
}
.small {font-size: smaller;}
A:HOVER {
	color : #005b00;
	font-weight : bold;
	text-decoration : none;
}
#botmlinks {
	color : #005b00;
	font-weight : normal;
	text-decoration : none;
}
A:LINK {
	color : #005b00;
	text-decoration : none;
}
A:VISITED {
	color : #005b00;
	text-decoration : none;	
}
BODY {
	color : #000000;
	background-color : #ffffff;
	font-family : "Times New Roman";
}
EM {
	font-style : italic;
}
HR {
	color : #005b00;
}
STRONG {
	font-weight : bold;
}
