 a		{ color: #c00; text-decoration: none; }
a:hover		{ color: #111; text-decoration: underline; }
td, body	{ font-size: 12px; font-family: Verdana, Arial, Geneva; }
 body { background-color: #fff; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; }
 .newshd { font-size: 15px; font-family: Geneva, Arial; font-weight: bold; }
 .noul { color: #000000;  text-decoration: none; }
 .noul:hover { text-decoration: underline; }
 .footer { font-size: 10px; color: #666666; }
 form { display: inline; }
 h1 { font-weight: bold; font-size: 16px; }

.fixed_width { FONT-SIZE: 75%; FONT-FAMILY: fixed-width, monospace }

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 6px 4px;
text-decoration: none;
background: #c00 url(images/menudivide.gif) repeat-y right top;
}

#underlinemenu ul li a:hover{
color: #c00;
background-color: #f3f3f3;
border-top: 3px solid #c00;
padding-top: 0;
padding-bottom: 0;
}

