body {
	color: #000000;
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

A, A:visited {
	color:blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

A:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}

TH.Reverse {
	color: #ffffff;
	background: #000000;
}

TD.Highlight {
	color: #000000;
	background: #EEEEEE;
}

TD.Heading {
	color: #000000;
	background: #C0C0C0;
}

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; color: black;}

.Bold {
	font-size:100%;
	font-weight:bold;
}