@charset "UTF-8";
/* CSS Document */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0em;
	line-height: normal;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "None Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #FF9933;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
