.greenheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #108246;
	font-weight: bold;
}
.blackbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.greenbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #108246;
}
.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #cc9900;
	text-decoration: none;
}
a:visited {
	color: #cc9900;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
}
.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d49c07;
}
