td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a	{
	font-family: Arial;
	font-size: 12px;
	color: #ff6600;
	}
a:hover	{
	color: green;
	}
a:active	{
	color: green;
	}
a.footer	{
	color: #999999;
	font-size:9px;
	font-family: Arial;
	}
a.footer:hover	{
	color: #cc0000;
	}
img { 
border-color: #green; 
} 
table.dotted	{
	border-style:dotted;
	border-color:#000000;
	border-width:1px;
	}
table	{
	border-color: #CCCCCC;
	}	