font { font-size: 12px; font-family: verdana,arial,sans-serif; color: #ffffff }
.font2 { font-size: 14px; font-family: verdana,arial,sans-serif; color: black }
.links { font-size: 10px; font-family: verdana,arial,sans-serif; line-height: 5 }
.head { color: black; font-size: 13px; font-family: arial; font-weight: bold }
.lead { line-height: 5 }
A:link { color: #ffffff; text-decoration:underline }
A:active { color: #ffffff; text-decoration:underline}
A:hover { color: #ffffff; text-decoration:underline }
A:visited { color: #ffffff; text-decoration:underline } 
.small { font-size: 9px; font-family: verdana,arial,sans-serif; color: #333366 }
.white { font-size: 12px; font-family: verdana,arial,sans-serif; color: #FFFFFF; font-weight: bold }
.font A:hover { color: #333366; text-decoration:underline }
.title { font-size: 24px; font-family: verdana,arial,sans-serif; color: #f7f7f7 }

#navlist {
width: 125px;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}

#navlist li {
margin: 0;
}

#navlist a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: darkblue;
background-image:  url(media/tableback.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: darkblue;
text-decoration: none;
}

#navlist a:hover {
background-color: #9F6F9F;
background-image:  url(media/tableback_o.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: darkblue;
}