body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #87BB78;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E5147;
}
a:link {
	color: #339933;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #339933;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #CCCC33;
}
h1 {
	font-size: 36px;
	color: #336633;
	font-weight: lighter;
	margin: 10px;
}
h2 {
	font-size: 24px;
	line-height: 150%;
	font-weight: bolder;
	color: #3A5E3E;
}
h6 {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 120%;
}
.green1 {
	background-color: #339933;
}
.green2 {
	background-color: #ccffcc;
	color: #55953A;
}
.green3 {
	background-color: #5E8645;
	color: #B7D5AE;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A5E3E;
	line-height: 150%;
	margin: 10px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A5E3E;
	line-height: 150%;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
	list-style-type: disc;
}

.nav {
	background-color: #DAFDCF;
	padding: 1px;
	margin: 2px 2px 4px;
	border-top: medium solid #339933;
	border-right: thin solid #339933;
	border-bottom: thin solid #6DAC82;
	border-left: thin solid #339933;
}
.main {
	background-color: #FFFFFF;
	border: medium solid #DAFDCF;
}
.left {
	background-color: #BBD9B2;
}
.right {
	background-color: #B1C499;
}
h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
	color: #3A5E3E;
}
.floatleft {
	margin: 5px;
	float: left;
}
.floatright {
	margin: 5px;
	float: right;
}
.thumb {
	margin: 7px;
}
h4 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3A5E3E;
}
ul {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	list-style-type: circle;
}
.form {
	border: thin inset #009933;
	background-color: #E7F5E5;
}
.clear {
	clear: both;
}
