TABLE {
	font : 12px Arial, Helvetica, sans-serif;
	color : #000066;
}
A {
	color : #666666;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
	color : #000066;
	font-weight : bold;
}
A:VISITED {
	color : #0066CC;
	font-weight : bold;
	text-decoration : none;
}
A:VISITED:HOVER{
	text-decoration : underline;
	color : Navy;
	font-weight : bold;
	
}



