@charset "ISO-8859-1";
.bold {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669966;
}.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.greenhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #669966;
}
body {
	background-color: #999966;
	margin-top: 70px;
}
a:link {
	color: #330000;
	font-weight: bold;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	color: #330000;
}
a:hover {
	color: #669933;
}
a:active {
	color: #669966;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #330000;
}

