@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------NAV STYLES------------------------------------------------------------------------ */
.maintext a{
	outline:none;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: .01em;
	color:#72801f;
	text-align:center;
}
.maintext a:link {
	color: #72801f;
	text-decoration: none;
}
.maintext a:visited {
	text-decoration: none;
	color: #72801f;
}
.maintext a:hover {
	text-decoration: underline;
	color: #aaa;
}
.maintext a:active {
	text-decoration: none;
	color: #666666;
}

/* ------------------------------------------------ */
.footertext a{
	outline:none;
	font-size: 10px;
	font-weight:normal;
	letter-spacing: .01em;
	color: #aaa;
	text-align:center;
}
.footertext a:link {
	color: #aaa;
	text-decoration: none;
}
.footertext a:visited {
	text-decoration: none;
	color: #aaa;
}
.footertext a:hover {
	text-decoration: underline;
	color: #72801f;
}
.footertext a:active {
	text-decoration: none;
	color: #666666;
}
/* ------------------------------------------------ */
.navtextsecondary a {
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
	color:#333;
	padding: 7px 13px 9px 13px;
}
.navtextsecondary a:link {
	color: #444;
	}
.navtextsecondary a:visited {
	color: #444;
} 
.navtextsecondary a:hover{
	color: #fff;
	background:#999;
}
.navtextsecondary a:active {
	color: #fff;
	background: #999;
}
/* ------------------------------------------------ */

