a { 
text-decoration: none; 
} 
textarea { 
background-color:#eeeeee; 
} 

a { 
text-decoration: none; 
} 
a:hover { 
text-decoration: underline; 
} 

a:link { color: #000000; } 
a:visited { color: #000000; } 
a:hover { color: #eeeeee; } 
a:active { color: #000000; } 


INPUT, select, { font-size:10px;
color:#000000; font-family:'verdana,ms gothic';
line-height:12pt;}

textarea, { font-size:10px;
color:#000000; font-family:'verdana,ms gothic';
line-height:12pt;}

td, tr { font-size:10px;
color:#000000; font-family:'verdana,ms gothic';
line-height:12pt;}

body { scrollbar-face-color:white;
scrollbar-highlight-color:white; scrollbar-shadow-color:white;
scrollbar-3dlight-color:white; scrollbar-arrow-color:#172695;
scrollbar-track-color:white; scrollbar-darkshadow-color:white;
}

textarea { scrollbar-face-color:#eeeeee;
scrollbar-highlight-color:#eeeeee; scrollbar-shadow-color:#eeeeee;
scrollbar-3dlight-color:#eeeeee; scrollbar-arrow-color:black;
scrollbar-track-color:#eeeeee; scrollbar-darkshadow-color:#eeeeee;
}

input { 
background-color: #ffffff; 
} 

input {
border-bottom:solid 1px #000000;
border-top:dashed 0px #000000;
border-right:solid 0px #000000;
border-left:solid 0px #000000;
}

textarea {
border-bottom:dashed 0px #eeeeee;
border-top:dashed 0px #eeeeee;
border-right:solid 0px #eeeeee;
border-left:solid 0px #eeeeee;
}
