@charset "UTF-8";
.nav_bg {
	background-image: url(images/nav_off_01.gif);
	background-repeat: repeat-x;
}
.maintext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 16px;
}	
.maintext a:link {
	color: #086f55;
	text-decoration: none;
}
.maintext a:visited {
	color: #086f55;
	text-decoration: none;
}
.maintext a:hover {
	color: #086f55;
	text-decoration: underline;
}
.footernav {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #dbdbdb;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}	
.footernav a:link {
	color: #086f55;
	text-decoration: none;
}
.footernav a:visited {
	color: #086f55;
	text-decoration: none;
}
.footernav a:hover {
	color: #086f55;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}
.greenbg {
	background-image: url(images/greenbg.gif);
	background-repeat: repeat-x;
}
.sidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.sidebar a:link {
	color: #086f55;
	text-decoration: none;
}
.sidebar a:visited {
	color: #086f55;
	text-decoration: none;
}
.sidebar a:hover {
	color: #086f55;
	text-decoration: underline;
}