/* CSS Document */

<!--
a         { text-decoration: none; color: #000000; font-family: Trebuchet MS; FONT-SIZE: 11px}
a:hover   { text-decoration: none; color: #000000; font-family: Trebuchet MS; FONT-SIZE: 11px}
a:active  { text-decoration: none; color: #000000; font-family: Trebuchet MS; FONT-SIZE: 11px}
a:visited { text-decoration: none; color: #000000; font-family: Trebuchet MS; FONT-SIZE: 11px}

body      { text-decoration: none; color: #000000; font-family: Trebuchet MS; FONT-SIZE: 11px}

input , textarea , select { 
font-family : Trebuchet MS; 
color : #000000; 
font-size : 10px; 
background : #f2f2f2; 
border : 1px solid #666666; 
} 

{
scrollbar-3dlight-color: #333333;
scrollbar-arrow-color: #333333;
scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-shadow-color: #FFFFFF;
}

body {
margin: 0px;
}
-->