/* CSS Document */
/*basic html styles*/
 
body {
	background-color: #D7D7D7;
}
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-color: #FFFFFF;
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;
}
.tableBorder {
	border: 1px solid #000000;
	margin: 3px;
	width: 98%;
}
.tableBorder td {
	background-color: #FFFFFF;
}