A:HOVER {
	color : White;
	text-decoration : none;
}

A {
	color : #FFBA00;
	text-decoration : underline;
}

A.black {
	color : Black;
}


P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

P.black {
	color : Black;
}


SMALL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color : White;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

SMALL.black {
	color : Black;
}


TABLE.current {
	border : 1px solid White;
	border-bottom : 0px;
	background-color : #FF9973;
}

