/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

table#dc_navigation a {
color:#666;
}
 
tablea:hover {
font-size:11px;
text-decoration:underline;
}

table#dc_navigation{
border-bottom: 2px solid #006633;
border-top: 2px solid #006633;
}

table#dc_navigation tr{
background-image: url(navbar-bg.jpg);
background-repeat: repeat;
padding-bottom: 1px;
}

table#dc_navigation td{
text-align: center;
}
table#dc_navigation td tr {
background-image: none;
}

table#dc_navigation a font{
font-weight: bold;
font-size: 12px;
}
