body {
	color: #ffffff;
	background: #000000;
 	font-family: Arial, sans-serif;
	font-size: 9pt;
}

A, A:visited {
	color:Aqua;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

A:hover {
	color:Aqua;
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}

INPUT {
	color: #ffffff;
	background: #444444;
}

TH.Reverse {
	color: #000000;
	background: #ffffff;
}

TD.Highlight {
	color: #ffffff;
	background: #444444;
}

TD.Heading {
	color: #ffffff;
	background: #0044AA;
}

TD               {font-family: Arial, sans-serif; font-size: 9pt;} 
IMG              {font-family: Arial, sans-serif; font-size: 9pt;}

h1					{font-family: Arial, sans-serif: font-size: 20pt;}

.Bold {
	font-size:100%;
	font-weight:bold;
}