/* CSS Document */

a:link {
	color:#666666;
	font-family: "MS Sans Serif", MS Sans Serif, tahoma;
	font-size:12px;
	text-decoration:underline;
}
a:visited {	
	color:#666666;
	font-family:"MS Sans Serif,Tahoma";
	font-size:12px;
		text-decoration : none;
}
a:hover {
	color:#FF0000;
	font-family:"MS Sans Serif,Tahoma";
	font-size:12px;
	text-decoration : none;
}
a:active {
	color:#FF0000;
	font-family:"MS Sans Serif,Tahoma";
	font-size:12px;
	text-decoration : none;
}
