.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a9b779;
	font-weight: bold;
	width: 150px;
}
.navText a:link {
	color: #889753;
	text-decoration: none;
}

.navText a:visited {
	color: #889753;
	text-decoration: none;
}
.navText a:hover {
	color: #4c8d50;
	text-decoration: none;
}
.subnavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #889753;
	display: none;
	font-weight: bold;
}
.subnavText a:link {
	color: #889753;
	text-decoration: none;
}
.subnavText a:visited {
	color: #889753;
	text-decoration: none;
}
.subnavText a:hover {
	color: #4c8d50;
	text-decoration: none;
}
.subnavTextOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #889753;
	font-weight: bold;
}
.subnavTextOn a:link{
	color: #889753;
	text-decoration: none;
}
.subnavTextOn a:visited{
	color: #889753;
	text-decoration: none;
}
.subnavTextOn a:hover{
	color: #4c8b50;
	text-decoration: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.mainText {
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
}
a:link {
	text-decoration: underline;
	color: #4c8b50;
}
a:visited {
	text-decoration: underline;
	color: #4c8b50;
}
a:hover {
	text-decoration: none;
	color: #4c8b50;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #4c8b50;
}
blockquote {
	width: 400px;
	margin-left: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}
.footer a:link {

	color: #666666;
	text-decoration: none;
}
.footer a:visited {

	color: #666666;
	text-decoration: none;
}

.footer a:active {
	color: #666666;
	text-decoration: underline;
	
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.mainTextWide {
	width: 500px;
	margin-top: 20px;
}
.blockquoteWide {
	width: 460px;
	margin-left: 20px;
}
.navOn {
	color: #4c8b50;
}
