a {
	font-weight: bold;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #666666;

}
.textsmcolor {

	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	text-transform: none;
	color: #CC0000;
}
.titles {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #CC0000;
	font-weight: bold;
}
.textsmall {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}
.textbold {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

