a:link {
	text-decoration: none;
	text-transform: uppercase;
	color: 666666;
}
a:visited {
	text-decoration: none;
	color: 666666;
	text-transform: uppercase;
}
a:hover {
	color: #FFFFFF;
	background-color: 0A2f84;
	cursor: Hand;
	text-decoration: none;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	text-decoration: none;
	color: 666666;
	text-transform: uppercase;
}
.newtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
