/* 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;
}
 
a:hover {
font-size:11px;
text-decoration:underline;
}

table#dc_navigation {
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
}

table#dc_navigation tr {
background-image: url(navbar-bg.gif);
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;
}
