@charset "utf-8";
a:link {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
}
a:active {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #66FF00;
}
