.nav {
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.header {
	font-family: Helvetica, Verdana, Arial;
	font-size: 18px;
	color: #333333;
}
.info_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #3c5104;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3c5104;
}
a:hover {
	text-decoration: none;
	color: #336600;
}
a:active {
	text-decoration: none;
	color: #3c5104;
}
body {
	background-color: #919287;
	margin-top: 0px;
}
.header_gr {
	background-attachment: scroll;
	background-color: #8ac202;
	background-position: left top;
}
.mid_gr {
	background-attachment: scroll;
	background-color: #919287;
	background-repeat: repeat;
	background-position: left top;
}
.lower_gr {
	background-color: #6b6b6b;
}