/* news */
body {
margin:0px 0px; padding:0px;
text-align: center;
font-family: verdana;
font-size: 10pt;
color: #002b74;
background-image: url(background.jpg);
}
#news_container {
position: relative;
top: 0px;
width: 1000px;
margin:0px auto;
text-align: left;
background-color: #ffffff;
} 


#news_head {
position:absolute;
top:0;
left:0;
top: 30px;
width: 1000px;
height:70px;
background-color: #dcdcdc;
font-size: 12pt;
font-weight: bold;
padding: 10px;
}

#news_content {
position: absolute;
left: 0px;
top: 100px;
width: 1000px;
padding: 10px;
background-color: #ffffff;
height: auto;
}

td.wc {
width: 60%;
vertical-align: top;
}

td.nc {
width: 30%;
vertical-align: top;
background-color: #dcdcdc;
padding-left: 5px;
}
td.vnc {
width: 10%;
}
td.footer {
width: 100%;
font-size: 8pt;
}
a.nc:link, a.nc:visited, a.nc:active {color:#002b74;
font-weight: bold;
text-decoration: none;
}
a.nc:hover {color:#ff0000;
font-weight:bold;
text-decoration: none;
}

a.mh:link, a.mh:visited, a.mh:active {color:#002b74;
font-weight: bold;
text-decoration: none;
}
a.mh:hover {color:#ff0000;
font-weight:bold;
text-decoration: none;
}
a.nm:link, a.nm:visited, a.nm:active {color:#002b74;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
}
a.nm:hover {color:#ff0000;
font-weight:bold;
font-size: 8pt;
text-decoration: none;
}