body 
{
	font-family: Arial;
	font-size: 9pt;
	color: #003366;
	margin: 0;
}
p
{
	font-family: Arial;
	color: #003366;
}
td
{
	font-family: Arial;
	font-size: 9pt;
	color: #003366;
	table-position: center;
}
a:hover 
{
	font-family: Arial; 
	color: #006600;
	text-decoration: none;
	background-color: #cccccc;
}
a:link 
{
	font-family: Arial; 
	color: #666666; 
}
a:active 
{
	font-family: Arial;
	color: #ffcc00;
}
a:visited 
{
	font-family: Arial;
	color: #003366;
}
a 
{
	font-family: Arial;
	color: #003366;
	text-decoration: none;
}
.PrintButton
{
	cursor: pointer;
	font-weight: bold; 
	font-family:Arial; 
	font-size:10pt; 
	color:#FFFFFF; 
	background-color:#800000;
}