@charset "ISO-8859-1";
.style2 {
	font-family: arial;
	font-size: 9px;
	color: #CC9900;
	text-decoration: none;
	text-transform: uppercase;
}
.style3 {
	font-family: arial;
	font-size: 9px;
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: cccccc;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
a:visited {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: cccccc;
	text-decoration: none;
}

