BODY {
background-color: #333333;
scrollbar-arrow-color:330000;
scrollbar-track-color:333333;
scrollbar-shadow-color:671212;
scrollbar-face-color:811818;
scrollbar-highlight-color:9C1D1D;
scrollbar-darkshadow-color:330000;
scrollbar-3dlight-color:330000;
}
p {
font-size: 9pt;
font-family: verdana;
color: #999999;
}
a:link {
color: #cccccc; text-decoration: none;
}
a:hover {
color: #e6e6e6; text-decoration: underline;
}
a:active {
color: #cccccc; text-decoration: underline;
}
a:visited {
color: #cccccc; text-decoration: none;
}

.text_big {
background-image: url(pics/textfield_big.png);
background-attachment: fixed;
background-color : #333333;
border-top: #111111 1px solid;  
border-bottom: #999999 1px solid;  
border-left: #111111 1px solid;  
border-right: #999999 1px solid; 
color: #999999;
font-size: 9pt;
font-family: verdana
}
.text_sm { 
background-image: url(pics/textfield_sma.png);
background-attachment: fixed;
background-color : #333333;
border-top: #111111 1px solid;  
border-bottom: #999999 1px solid;  
border-left: #111111 1px solid;  
border-right: #999999 1px solid; 
color: #999999;
font-size: 9pt;
font-family: verdana
}
.button
{
font-family: Verdana;
color: #330000;
font-size: 11px;
font-weight: bold;
background-color: #811818;
border: #ffffff 1px solid;
border-left: #9C1D1D 1px solid;
border-top: #9C1D1D 1px solid;
border-right: #671212 1px solid;
border-bottom: #671212 1px solid;
}