body{
 scrollbar-base-color : lightsteelblue;
 scrollbar-face-color : lightsteelblue;
 scrollbar-track-color: lightsteelblue;
 scrollbar-arrow-color : #ffffff ;
 scrollbar-3dlight-color: lightsteelblue;
 scrollbar-highlight-color : lightsteelblue;
 scrollbar-shadow-color : #ffffff ;
 scrollbar-darkshadow-color : lightsteelblue;
    margin-top: 0px;
    margin-bottom:0px;
    margin-left: 10px;
    margin-right:0px;
  background-color : lightsteelblue;
  background-image : url();
  background-repeat : repeat;
  background-attachment : fixed;
  background-position : 50% 50%;
  font-size : 9pt;
  color : darkslateblue ;
 }

a {  text-decoration : none ; color : #333333 ; }
A:hover,A:active{
 text-decoration : none ;
 background-color : #333333 ;
 color : #ffffff;
}

TABLE table {
 background-color : #ffffff ;
  font-size : 9pt;
  border : solid 1pt lightsteelblue ;
  color : darkslateblue ;
}

TABLE{
 background-color : #ffffff ;
  font-size : 9pt;
  border : dotted 0pt #999999 ;
  color : darkslateblue ;
}
TEXTAREA, INPUT, SELECT {
  border : dotted 1pt #007D7F ;
  color : dimgray ;
  font-size : 9pt;
}
HR{
  border : dotted 1pt #999999 ;
}
.tab {filter:Alpha(opacity=70);}