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

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	color: #FFF;


}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffcc66;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffcc66;
	text-decoration: none;
}
a.nav:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	line-height: 24px;
	color: #ffcc66;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	display: block;



}
a.nav:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffcc66;
	text-decoration: none;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	line-height: 24px;

}
a.nav:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ccc;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	line-height: 24px;
	text-decoration: underline;

}
a.nav:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	line-height: 24px;

}

