.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #351805;
	text-transform: none;
}
.navigationtext {
	font-size: 12px;
	color: #351805;
	text-transform: uppercase;
	font-weight: bold;

}
.bottomtext {
	font-size: 11px;
	color: #351805;
	line-height: 24px;
}
.whitetext
{
	color: #FFFFFF;
}
.graytext
{
	color: #666666;
	font-weight: bold;
}
.size16text {
	color: #351805;
	font-size: 16px;
	text-transform: none;
}
.indent10 {
	font-size: 12px;
	color: #351805;
	text-transform: none;
	margin-left: 15px;
}
.ltgreentext {
	color: #9eb416;
}
.darkgreentext {
	color: #154d04;
}
.indent10 {
	font-size: 12px;
	color: #351805;
	text-transform: none;
	margin-left: 15px;
}
h1
{
	color: #154d04;
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
}
h2
{
	color: #9eb416;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
h3
{
	color: #351805;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}

.navigationtext a:link { text-decoration: none; color: #351805}
.navigationtext a:visited { text-decoration: none; color: #351805}
.navigationtext a:hover { text-decoration: none; color: #666666}
.navigationtext a:active { text-decoration: none; color: #351805}

a:link { color: #351805}
a:visited { color: #999999}
a:hover { color: #666666}
a:active { color: #351805}

.bottomtext a:link { text-decoration: underline; color: #351805}
.bottomtext a:visited { text-decoration: underline; color: #351805}
.bottomtext a:hover { text-decoration: underline; color: #666666}
.bottomtext a:active { text-decoration: underline; color: #351805}

.whitetext a:link { text-decoration: none; color: #FFFFFF}
.whitetext a:visited { text-decoration: none; color: #FFFFFF}
.whitetext a:hover { text-decoration: none; color: #CCCCCC}
.whitetext a:active { text-decoration: none; color: #FFFFFF}

.mybutton a:link { text-decoration: none; color: #FFFFFF}
.mybutton a:visited { text-decoration: none; color: #FFFFFF}
.mybutton a:hover { text-decoration: none; color: #CCCCCC}
.mybutton a:active { text-decoration: none; color: #FFFFFF}

.italictext {
	font-style: italic;
}
.outline {
	border: 3px solid #154d04;
}
.mybutton {
	font-size: 12px;
	color: #FFFFFF;
	border: 3px solid #9eb416;
	line-height: 14px;
	background-color: #154d04;
}
.linebottom {
	border-bottom: 3px solid #9eb416;
}