BODY {
	color : Black;
	background-color : White;
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	text-align : left;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

TD {
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	text-align : left;
	text-decoration : none;
}

A {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Lime;
	text-decoration : none;
}

A.redundant {
	font-size : 8pt;
	color : Blue;
	text-decoration : none;
	}

A.redundant:HOVER {
   font-size : 8pt;
   color : Lime;
   text-decoration : none;
}

A.white-link {
	color: White;
	text-decoration : none;
	font-size : 10pt;
	}

A.white-link:HOVER {
   color: Black;
   background-color : White;
   text-decoration : none;
   font-size : 10pt;
}