body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003265;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #003265;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #003265;
}
.smallbody {font-size: 10px}
.GreenHead {
	font-size: 16px;
	color: #66BC25;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1;
	border-color: #000000;
	border: 1;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.GreenSubHead {
	font-size: 12px;
	color: #66BC25;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1;
	border-color: #000000;
	border: 1;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.GreenHeadnoLine {
	font-size: 16px;
	color: #66BC25;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
}
