BODY {
	color: #333333;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
H1
{
	font-size: 10pt;
	font-weight: bold;
	color: #282828;
	background: White;
}
A {
	background: transparent;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	background: transparent;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
