body
{
	background-color: #fff;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	background-image: url(graphix/bg.gif);

text-align: center;
}

p, td 
    {
    	font-family:Verdana, Arial, Helvetica, sans-serif;
    	font-size:12px;
    	color: Black;	
	}


.heading {
	FONT-WEIGHT: bold;
 FONT-SIZE: 20px;
 COLOR: #FF9900;
}

.headingblack { FONT-SIZE: 16px; COLOR:black; FONT-WEIGHT: bold;}

.bigg { FONT-SIZE: 14px; COLOR:white; FONT-WEIGHT: bold;}

.ssmall { FONT-SIZE: 10px; }



a:link { color:#499275; FONT-WEIGHT: bold; text-decoration:none}
a:visited { color:#499275; FONT-WEIGHT: bold; text-decoration:none}
a:hover { color:#FF9900; FONT-WEIGHT: bold; text-decoration:none;}




img.floatLeft { 
    float: left; 
    margin: 4px; 
}



.footNOTE {
    	font: normal normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    	color: Black;
    }    
.footnote2 {
    	font: normal normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
    	color: #808080;
    }  


 

#grntable {background-color: #67ca44;}

.plist { 	FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; }
a.plist:link { COLOR: black; }
a.plist:visited { COLOR: black; }
a.plist:hover { COLOR: white; text-decoration:underline;}
a.plist:active { COLOR: black; }



/* CONTAINER-------------------------------------------------------------------- */

#container
{
	margin: 0 auto;
	text-align: left;
	width: 980px;
	background-color: white;

}

/* HEADER-------------------------------------------------------------------- */

#header
{
	height: 80px;
	background-image: url(graphix/bannerimg.png);
	background-repeat: no-repeat;
}



#headertext
{

color: green;
	font-size: 18px;
font-weight: bold;

text-align: center;

}

#headertextsmall
{
color: green;
	font-size: 14px;
font-weight: bold;
text-align: center;
}


