PRE  {
	font-size : 10pt;
	font-family : sans-serif;
	color : #FFFFFF;
	background-color : #000000;
	}

.small {
	font-size : 9pt;
	}

.head {
		font-size : 12pt;
		font-weight : bold;
		}

.subhead {
		font-size : 10pt;
		font-weight : bold;
		}

.smallnav {
		font-size : 10pt;
		font-weight : bold;
		} 

	
A  {
	font-size : 9pt;
	color : Lime;
	background-color: Black;
}

A:Visited  {
	color : Yellow;
	background-color: Black;
}

A:Active  {color : Red;
					background-color: Black;}



A.white {color: white;
background-color: Black;}

A.grey {color : Silver;
		font-weight: bold;
		background-color: Black;}

BODY  {
	font-size : 9pt;
	font-family : sans-serif;
	color : #FFFFFF;
	background-color : #000000;
}

TH 	{
	font-size: 9pt;
	color: Gray;
	background-color: Black;
	font-weight: bold;
	text-align : left;
	}

TD  {font-size : 9pt;
	text-align : left;}

TD.center {text-align : center;}

TD.right {text-align : right;}

TD.tdhead {font-weight: bold;}

.BODYwhite {
	font-size : 9pt;
	font-family : sans-serif;
	color : #000000;
	background-color : #FFFFFF;
}

