body,td,th {
	font-family: Century Gothic, Arial, Verdana;
	font-size: 10pt;
	color: #004227;
}
body {
	background-color: #005C38;
	background-image: url(images/bg_dkgreen.jpg);
	margin-top: 10px;
}
.green {
	color: #004227;
	font-weight: bold;
}
.pale {
	color: #99CC33;
	font-weight: bold;
}
.gold {
	color: #CC9900;
	font-weight: bold;
}
a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
	color: #99CC33;
}
a:active {
	text-decoration: none;
	color: #99CC33;
}

