body {
	background-color: #003300;
}
body,td,th {
	font-family: "Arial";
	font-size: 12px;
	color: #003300;
	font-weight: normal;
}
a:link {
	color: #637C61;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #637C61;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.titles {
	font-family: "Arial";
	font-size:12px;
	color:#003300F;
	font-weight:bold
}
.lightbold {
	color: #DAEBDC;
	font-weight: bold;
}
.justbold {font-weight: bold}

.largebold {
	font-size:18px;
	font-weight: bold;
}
.subtitles {
	font-size: 14px; 
	font-weight: bold; 
	color: #DAEBDC; }