/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #373737;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #a8bb3e;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #a8bb3e;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #a8bb3e;
	font-weight: bold;	
}
a:active {
	text-decoration: none;
	color: #a8bb3e;
	font-weight: bold;
}
.greenheader {
	font-size: 18px;
	color: #74831c;
	font-weight: bold;
}
.whiteheader {
	font-size: 18px;
	color:#FFFFFF;
	font-weight: bold;
}
.whitefootertext {
	font-size: 10px;
	color:#FFFFFF;
}
.whitetext {
	font-size: 14px;
	color:#FFFFFF;
}
.blackheader {
	font-size: 18px;
	color:#000000;
	font-weight: bold;
}
.greytext {
	font-size: 14px;
	color:#373737;
	font-weight: bold;
}
.lightgreentext {
	font-size: 14px;
	color:#e4e7b8;
	font-weight: bold;
}
