a:link {
	font-weight: normal;
	color: #FF5624;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #FF5624;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a.special:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.special:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.special:hover {
	font-weight: bold;
	color: #CE3601;
	text-decoration: none;
}
a.special:active {
	font-weight: bold;
	color: #CE3601;
	text-decoration: none;
}
