/* 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_logo{
background-color: #FFFFFF;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

table#dc_logo tr{

}

table#dc_logo td{
text-align: center;
}

table#dc_logo td tr {
width: 700px
background-image: none;
}

table#dc_navigation{
border-bottom: 2px solid #A5A5A5;
border-top: 2px solid #A5A5A5;
width: 700px
}

table#dc_navigation tr {
background-image: url(striped-grey.gif);
background-repeat: repeat;
padding-bottom: 1px;
width: 700px
}

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;
}

table#dc_body {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

table#dc_body td {
background-color:#FFF;
}

table#dc_body tr {
background-color:#FFF;
}
