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

