body {
	background-color: #76923B;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.nav td {
	background-image: url(images/top-nav-off.gif);
	text-align: center;
}
.nav a {
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	padding: 0px 10px;
	background-image: url(images/top-nav-off.gif);
}
.nav a:hover {
	color: #C9E898;
	background-image: url(images/top-nav-on.gif);
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7DB324;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.subnav {
	line-height: normal;
	background-color: #666666;
	font-size: 12px;
		border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8DCC29;
	border-bottom-color: #8DCC29;
}
.subnav td {
	color: #333333;
}
.subnav a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #FFF;
	line-height: normal;
}
.subnav a:hover {
	background-color: #333333;
	font-weight: bold;
	color: #97D33D;
	display: block;
	line-height: normal;
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #7CAE28;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #7CAE28;
	text-decoration: underline;
}
.ad {
	color: #FFFFFF;
	background-color: #000000;
}
.ad a {
	font-weight: bold;
	color: #7CAE28;
	text-decoration: none;
}
.ad a:hover {
	font-weight: bold;
	color: #7CAE28;
	text-decoration: underline;
}