TD  {
	font-size : 11;
	font-family : Arial;
	color : Black;
	text-decoration : none;
	text-align : center;
	border-style : outset;
	background-color : ebebeb;
	border-color : BF7A0C;
	border-width : 0;
}

A  {
	font-family : Arial;
	color : Blue;
	text-decoration : none;
	font-weight : bold;
}

A:visited  {
	color : #C0C0C0;
	font-family : Arial;
	text-decoration : none;
}

A:Active  {
	color : Black;
	font-family : Arial;
	text-decoration : none;
}

A:Hover  {
	color : Black;
	font-family : Arial;
	text-decoration : underline;
	font-weight : bold;
}


