body { 
background-repeat: repeat;
background-attachment: fixed;
background-color: #616C54;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #4D4E40;
}

a:active {background: #888E72; color: #616C54; text-decoration: none;}
a:link {background: #888E72; color: #616C54; text-decoration: none;}
a:visited {background: #888E72; color: #616C54; text-decoration: none;}
a:hover {background: #888E72; color: #4D4E40; text-decoration:overline underline;
}


textarea {
color: #4D4E40;
background: #888E72;
border: 1px solid #C4C9B3;
}


#textarea { 
position: absolute; 
left: 155px;
top: 275px;
width: 336px;
height: 80px;
overflow: auto;
padding: 10px;
background: #888E72;
border-width: 1px 1px 1px 1px; 
border-style: solid;
border-color: #C4C9B3;
text-align: center;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px; 
color: #4D4E40; 
z-index: 2;
}


#listmenu {  
position: absolute;
left: 0px;
top: 275px;  
width: 130px;
background: #888E72;
border-width: 1px 1px 1px 1px; 
border-style: solid;
border-color: #C4C9B3;
text-align: left;
font-family: tahoma, verdana, sans-serif; 
font-size: 12px;
color: #4D4E40;
padding: 10px;
}

.header {
background: #888E72;
font-family: tahoma, verdana, sans-serif; 
font-size: 14px;
font-weight: bold; 
color: #4D4E40; 
border-width: 0px 0px 1px 0px; 
border-style: solid;
border-color: #4D4E40;
text-transform: uppercase;
text-align: left;
margin: 0px;
padding: 1px;
}

.menuheader {
background: #888E72;
font-family: tahoma, verdana, sans-serif; 
font-size: 14px;
font-weight: bold; 
color: #4D4E40; 
text-transform: uppercase;
margin: 0px 0px 3px 0px;
border-width: 0px 0px 1px 0px; 
border-style: solid;
border-color: #4D4E40;
}



