A:link    { color: #105584;
	    text-decoration: none; }

A:visited { color: #177DC1; 
	    text-decoration: none; }
	    
A:hover { text-decoration: underline; }	    

A { font-size: 10pt;}

P { font-size: 10pt; }

LI { font-size: 10pt; }

B { font-size: 10pt;}

I { font-size: 10pt;}

BODY  { font-family: verdana, sans-serif; }

H2 { font-size: 14pt;
     line-height: 150%;}
     
HR {color: rgb(18,85,136);}

.menu a { color: white;
   	  text-decoration: none; }
   
.menu a:hover { text-decoration: none; }
   
.menuBar{ background-color: rgb(18,85,136);
   	  position:relative;
          height: 20;
          padding: 4px; }
   
.menuTrigger{ font: 10pt Verdana, sans-serif;
   	      color: white;
   	      background-color: rgb(18,85,136);
   	      position: absolute;
   	      
   	      padding: 0px;
   	      width: 100;
   	      height: 0;
  	      cursor: pointer;
   	      cursor: hand; }
  
.menu{ font: 8pt Verdana, sans-serif;
       color: white;
       background-color: rgb(50,50,130);
       position: absolute;
       top: 104;
       padding: 4px;
       width: 150;
       visibility: hidden;
       z-index: 0;}
   