body	{
	margin:		0;
	padding:	0;
	font : 11px trebuchet, verdana, arial, charcoal, sans-serif;
	line-height: 11px;
	font-weight: 300;

	color:	#000;
	background : #666;  
	}
	
div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font : 11px  trebuchet, verdana, arial, charcoal, sans-serif;
	line-height: 11px;

	font-weight: 300;
	color:	#000;	
    }
    
a	{
	font-weight: 800;
	text-decoration:	none;
	color: #000;
	}
	
a:link	{
	font-weight: 800;
	background-color: transparent;
	color: #000;
	}
	
a:visited	{
	font-weight: 800;
	background-color: transparent;
	color: #000;
	}
	
a:active	{
	font-weight: 800;
	color:	#000;
	background-color: transparent;
	}
	
a:hover	{

	color:	#5EA722;
	text-decoration: underline;
	background-color: transparent;
	}	
		
	
h1, h2, h3, h4, h5, h6	{
	font : trebuchet, verdana, arial, charcoal, sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: transparent;
	}


	
h1 {
	font-size:	14px;
	line-height: 16px;
	}
	
h2 {
	font-size:	12px
	line-height: 14px;
	}		


.fptext {
	margin:		0;
	padding:	0;
	font : 11px  trebuchet, verdana, arial, charcoal, sans-serif;
	letter-spacing: 2;
	line-height: 14px;
	font-weight: normal;
	color:	#fff;
	background : #000;  
	}

a.footer:hover	{
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	color:	#F90;
	text-decoration: underline;
	background-color: #FFF;
	}	
		