


a:link.navlink {
     color: #ffffff;
     background-color: transparent;
	   text-decoration: none;
     }

a:visited.navlink {
     color: #ffffff;
     background-color: transparent;
	  text-decoration: none;
     }

a:hover.navlink {
     color: #000000;
    background-color: transparent;
	  text-decoration: none;
     }

a:active.navlink {
     color: #ffffff;
     background-color: transparent;
	   text-decoration: underline;
     }
	 
	
	
	TD.nav { font-size: 10pt; font-family: Verdana, ariel, Helvetica, sans-serif  ; color: #000000; margin-bottom: 0px ; margin-top: 0px}