p.red
 	{
 	border:1px solid #8A0010; 
 	}
table.red
 	{
 	border:1px solid #8A0010; 
 	background-image: url('/Graphics/redman.gif');
 	background-repeat: no-repeat;
 	background-position: bottom right;
 	background-attachment: fixed;
  	}
table.green
 	{
 	border:1px solid #009041; 
 	background-image: url('/Graphics/greenman.gif');
 	background-repeat: no-repeat;
 	background-position: bottom right;
 	background-attachment: fixed;
  	}
table.blacknoman
 	{
 	border:1px solid #000000; 
  	}
  	table.black
 	{
 	border:1px solid #000000; 
 	background-image: url('/Graphics/greyman.gif');
 	background-repeat: no-repeat;
 	background-position: bottom right;
 	background-attachment: fixed;
  	}
table.orange
 	{
 	background-image: url('/Graphics/orangeman.gif');
 	background-repeat: no-repeat;
 	background-position: bottom right;
 	background-attachment: fixed;
  	border:1px solid #BF5F15; 
 	}
table.blue
 	{
 	background-image: url('/Graphics/blueman.gif');
 	background-repeat: no-repeat;
 	background-position: bottom right;
 	background-attachment: fixed;
  	border:1px solid #003873; 
 	}
 td.sidebar
 	{
 	font-family: Arial;
 	font-size: 9pt;
 	text-align: center;
 	color: #000080;
 	Visited {
     color: #000080;
     }
 	}
 td.maintext
 	{
 	font-family: Arial;
 	font-size: 9pt;
 	text-align: center;
 	color: #000080;
 	}
 	
a, a:Link, a:Visited {
 color: #000080;
 text-decoration: underline;
}
* a:Hover {
 color: #000;
 text-decoration: underline;
}