
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: #0000FF;
    background-color: transparent;
	  text-decoration: none;
     }

a:active.navlink {
     color: #ffffff;
     background-color: transparent;
	   text-decoration: underline;
     }

	TD.nav { font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif  ; color: #000000; margin-bottom: 0px ; margin-top: 0px}