  <!--
  body , table, tr, td {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#000000;
  }
  /*NAVIGATION*/
  #navlist
{
padding-top: 0px;
margin-left: 0;
padding-left: 10;
list-style: none;
}

#navlist li
{
padding-left: 20px;
padding-bottom: 10px;
background-image: url(images/dots.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
  
    #navlist2
{
padding-top: 20px;
margin-left: 0;
padding-left: 10;
list-style: none;
}
#navlist2 li
{
padding-left: 15px;
padding-bottom: 10px;
background-image: url(images/dots.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
   /*TEXT EFFECTS*/
.newstitle { color: #990033; font-size: 14px; font-weight: bold; padding: 5px 15px 5px 5px;}  
           }
HR { border-top: solid; color: #921013}        /* 'border-bottom' could also have been used */

A:link { color: #ffffff; font-size: 12px;    font-weight: bold;}          /* unvisited link */
A:visited { color: #ffffff; font-size: 12px;    font-weight: bold;}        /* visited links */
A:active { color: #0033ff; font-size: 12px; }        /* active links */
A:hover { color: #A7181B; font-size: 12px; }        /* hover links */

/*INLINE LINKS*/

a.special:link {
     color: #00f;
     background-color: transparent;
     }

a.special:visited {
     color: #00c;
     background-color: transparent;
     }

a.special:hover {
     color: #fff;
     background-color: #993333;
     text-decoration: none;
     }

a.special:active {
     color: #00f;
     background-color: transparent;
     }

/* TOP NAV*/

a.nav:link {
     color: #000000;
     background-color: transparent;  font-weight: normal; font-size: 10px;
     }

a.nav:visited {
     color: #000000;
     background-color: transparent;  font-weight: normal; font-size: 10px;
     }

a.nav:hover {
     color: #000000;
     text-decoration: underline;  font-weight: normal; font-size: 10px;
     }

a.nav:active {
     color: #003399;
     background-color: transparent;
     text-decoration: none; 
      font-weight: normal; font-size: 10px;
     }
/* mid NAV*/

a.nav2:link {
     color: #003399;
     background-color: transparent;  font-weight: normal; font-size: 12px;
     }

a.nav2:visited {
     color: #003399;
     background-color: transparent;  font-weight: normal; font-size: 12px;
     }

a.nav2:hover {
     color: #003399;
     text-decoration: underline;  font-weight: normal; font-size: 12px;
     }

a.nav2:active {
     color: #003399;
     background-color: transparent;
      font-weight: normal; font-size: 12px;
     }

