p, table, tr, td, {
     font-size: 12px;
     font-family: Tahoma, sans-serif;
     color: #245695;
}

a {
     text-decoration: none;
     font-size: 12px;
     font-family: Tahoma, sans-serif;
     color: #990000;
}

a:hover {
     text-decoration: underline;
     color: #FF0000;
}

a.nav {
     text-decoration: none;
     font-size: 12px;
     font-family: Tahoma, sans-serif;
     font-weight: bold;
     color: #245695;
     background-image: url(images/navbg.gif);
     background-position: 0px 0px; 
     background-repeat: no-repeat;
     padding-top: 4px;
     width: 196px;
     height: 23px;
}

a.nav:hover {
     text-decoration: none;
     color: #990000;
     background-image: url(images/navbg2.gif);
     background-position: 0px 0px; 
     background-repeat: no-repeat;
}

.small {
     text-decoration: none;
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #B38080;
}

a.small:hover {
     text-decoration: underline;
     color: #FFFFFF;
}



