/* CSS Document */

A:hover               { color: #004892; text-decoration: none; }
A:link           { color: #004892; text-decoration: underline; }
A:visited      { color: #004892; text-decoration: underline; }
A:visited:hover  { color: #004892; text-decoration: none; }

body {
font: 9pt "Verdana, Arial, Helvetica, sans-serif";
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#666666;
scrollbar-base-color:#FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;

}


input,textarea,select {
font-family: "Verdana, Arial, Helvetica, sans-serif"; 
font-size: 10px; 
font-style: normal; 
font-weight: normal;
color: #333333;
border-bottom: 1px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-top-width: 1px; 
border-bottom-width: 1px;
border-color: Gray;
border-left-style : solid;
border-right-style : solid;
border-bottom-style : solid;
border-top-style : solid;
background-color: White; 

}
