@charset "UTF-8";
.tempnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 15px;
	font-weight: lighter;
	letter-spacing: 2pt;
	padding-top: 10px;
}
.tempnav a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7FB439;
	padding-bottom: 3px;
	width: 125px;
	display: block;
	font-weight: lighter;
}
.tempnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7FB439;
	display: block;
	width: 125px;
	font-weight: lighter;
}
.tempnav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7fb439;
	display: block;
	width: 125px;
}
