/* CSS Document */

TD  {
	font-family : Arial, Geneva, Helvetica, Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #666666;
	text-decoration : none;
}


A  {
	font-family : Arial, Geneva, Helvetica, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

A:VISITED  {
	font-family : Arial, Geneva, Helvetica, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}
A:HOVER  {
	font-family : Arial, Geneva, Helvetica, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #CCCCCC;
	text-decoration : none;
}
