/* Links */

 .nav { padding: 0; margin: 0; }
 .nav li {padding: 0; margin: 0 0 0 10px; list-style-type: square; font-size: 8pt; }

A:link{
  font-family:  Arial;
  
  color: black;
   text-decoration: underline;
}

A:visited{
  font-family:  Arial;

  color: black;
   text-decoration: underline;
}

A:active{
  font-family:  Arial;
  color: black;
   text-decoration: underline;
}

A:hover{
  font-family:  Arial;

  color: black;
   text-decoration: none;
  }
  

/* Text */
TD {
  font-family:  Arial;
  font-size: 10pt;
   text-decoration: none;
   
 }
.pagetitle {
  font-family:  Arial;
  font-size: 12pt;
   text-decoration: none;
   font-weight: bold;
 }
 .pagetitle2 {
  font-family:  Arial;
  font-size: 12pt;
   text-decoration: none;
   font-weight: normal;
 }
 
 
 .footer {
  font-family:  Arial;
  font-size: 8pt;
  font-weight: normal;
   }
.footer A:link{
  font-family:  Arial;
  font-weight: normal;
  text-decoration: underline;
}
.footer A:active{
  font-family:  Arial;
  font-weight: normal;
  text-decoration: underline;
}
.footer A:hover{
  font-family:  Arial;
  font-size: 8pt;
     text-decoration: none;
  }
  
