/* 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: 1px solid #333333;
border-top: 1px solid #333333;
}

table#dc_navigation tr{
	background-image: url(navbar-bg.jpg);
	background-repeat: repeat;
	padding-bottom: 2px;
	padding-top: 2px;
}


table#dc_navigation td tr {
background-image: none;
}

table#dc_navigation a font{
font-weight: bold;
font-size: 12px;
}

