/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:active, a:link, a:visited, a:hover {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
text-decoration: bold;
}

body {
background-image: url(MW_background.gif);
}

table#dc_navigation a {
color:#666;
}
 
tablea:hover {
font-size:11px;
text-decoration:none;
}

table#dc_logo{
background-image: url(MW_background.gif);
border-top: 0px solid #E8E8E8;
border-bottom: 0px solid #E8E8E8;
border-left: 0px solid #E8E8E8;
border-right: 0px solid #E8E8E8;
}

table#dc_logo tr{

}

table#dc_logo td{
text-align: center;
}

table#dc_logo td tr {
width: 760px;
background-image: none;
}

table#dc_navigation{
width: 760px;
border-left: 2px solid #E8E8E8;
border-right: 2px solid #E8E8E8;
}

table#dc_navigation tr{
background-color: #FFFFFF;
background-repeat: repeat;
}

table#dc_navigation td{
border-bottom: 2px solid #FFFFFF;
border-top: 0px solid #E8E8E8;
text-align: left;
}

table#dc_navigation td tr {
background-image: none;
}

table#dc_navigation a font{
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

table#dc_body {
background-color: #FFFFFF;
border-top: 0px solid #E8E8E8;
border-bottom: 2px solid #E8E8E8;
border-left: 2px solid #E8E8E8;
border-right: 2px solid #E8E8E8;
}

table#dc_body td {
background-color:#FFF;
}

table#dc_body tr {
background-color:#FFF;
}

table#dc_body a font{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

table#dc_yellow td {
	background-color: #FFFFEB;
}

table#dc_blue td {
	background-color: #EBEBFF;
}

table#dc_red td {
	background-color: #FFEBEB;
}

table#dc_grey td {
	background-color: #F0F0F0;
}

table#dc_black td {
	background-color: #000000;
}