a:link {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	text-transform: uppercase;

}
a:visited {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	text-transform: uppercase;

}
a:hover {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #7C7C7C;
	text-decoration: underline;
	text-transform: uppercase;
	
}
a:active {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #7C7C7C;
	text-decoration: none;
	text-transform: uppercase;	

}
.main a:link {
	font-family: Arial;
	font-size: 12px;
	color: #F17D0A;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;



}
.main a:visited {
	font-family: Arial;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: underline;
	color: #F17D0A;




}
.main a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #383838;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: underline;


}
