@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FA7D15;
}
a:active {
	text-decoration: none;
	color: #666666;
}


anav {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.nava {
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #9EB400;
	text-align: center;
	height: 18px;
	display: block;
}
.nava:hover {
	background-color: #FA7D15;
	color: #FFFFFF;
	text-align: center;	
	height: 18px;	
	white-space: nowrap;
}
.nava span {
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}

.nava span span{
	background-color: #FA7D15;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	height: 18px;
	display: block;
}


.nava:link {
	color: #FFFFFF;
	height: 18px;
	background-color: #9EB400;
	text-align: center;
	white-space: nowrap;
}

.orangelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FA7D15;
	line-height: 18px;
	font-weight: bold;
}
