a.red{
	color: #000000;
	text-decoration: none;
}
a.red:hover {
	color: #FF66BC;
	text-decoration: underline;
}
a{text-decoration: none; font-size:11pt; color:#000000;}
a:hover{text-decoration: underline;}

a.top{
	color: #FFFFFF;
	text-decoration: none;
	font-family:"ºÚÌå";
	font-weight:bold;
}
a.top:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family:"ºÚÌå";
	font-weight:bold;
}

a.etop{
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial;
	font-size:10pt
}
a.etop:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family:"Arial";
	font-size:10pt
}