TD {
	color : #000000;
	font-family : Georgia,'Times New Roman',serif;
	font-size : 10 pt;
}
A {
	color : Navy;
	font-family : Georgia,'Times New Roman',serif;
	font-size : 10 pt;
	text-decoration : none;
}
A:hover {
	color : White;
	background-color : Teal;
	text-decoration : none;
}
A.specialLink {
	color: Black;
	background-color : transparent;
}
A.specialLink:hover {
	color: Black;
	background-color : transparent;
}
