BODY  	{ 
	background-color: white;
	}
FONT.TITLE 
	 { color: rgb(255,255,255); font-style: normal; font-variant: small-caps; font-size: 24pt; font-family: sans-serif }
TD.CENTER
	{
	text-align:center;
	vertical-align:middle;
	}
TABLE.CENTER
	{
	text-align:center;
	vertical-align:middle;
	}
FONT.SMALL 
	{
	font-family:Arial;
	font-style:Normal;	
	font-size:7pt;
	color:rgb(32,81,40);
	}
FONT.MEDIUM
	{
	font-family:Arial;
	font-style:Normal;
	font-size=9pt;
	color:rgb(32,81,40);
	}
A:link 
	{
	text-decoration: none; 
	color: rgb(32,81,40);
	}
A:visited 
	{
	text-decoration: none;
	color: rgb(32,81,40);
	}
A:active 
	{
	text-decoration: none;
	color: rgb(32,81,40);
	}
A:hover 
	{
	text-decoration: none;
	color: red;
	}
#LGREENBG
	{
	background-color:rgb(153,255,153);
	}
#MGREENBG
	{
	background-color:rgb(102,204,102);
	}
#DGREENBG
	{
	background-color:rgb(32,81,40);
	}