<!--
A.body:link {color:#FFFFFF;}	 
A.body:Visited {color:#FFFFFF;}
A.body:hover {color:#CC0000;}
A.body:active {color:#CC0000;}
     
.bodyback	{
	background-image: url(images/body-back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}     
  
.arial  {
    	font-size : 12px;
    	font-family : Arial;
    }
	
h1  {
    	font-size : 20px;
    	font-weight : bold;
    	color : #FFFFFF;
    }

a.nav  {
    	font-size : 16px;
    	font-weight : bold;
    	color : #006633;
		text-decoration:none;
    }
a.nav:visited  {
    	font-size : 16px;
    	font-weight : bold;
    	color : #006633;
		text-decoration:none;
    }
a.nav:hover  {
    	font-size : 16px;
    	font-weight : bold;
    	color : #cc0000;
		text-decoration:none;
    }
a.nav:active  {
    	font-size : 16px;
    	font-weight : bold;
    	color : #cc0000;
		text-decoration:none;
    }
-->