
a:link
{
	color: rgb(204,0,0);
}
a:visited
{
	color: rgb(102,102,102);
}
a:active 
{
	color: rgb(0,0,153);
}
body
{
	background-color: rgb(255,255,255);
	background-image: url('/images/bg.gif');
	background-repeat: repeat-y;

	margin-left:0in;
	margin-top:0in;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
}
table
{
	font-size: 8.0pt;
}