body, html

{ background-color: transparent;

  scrollbar-arrow-color: #83878e;
  scrollbar-track-color: #dedcdd;
  scrollbar-face-color:#dedcdd;
  scrollbar-highlight-color: #83878e;
  scrollbar-3dlight-color:   #dedcdd;
  scrollbar-darkshadow-color:  #83878e;
  scrollbar-shadow-color: #83878e;
  
  font-family: "Tahoma", arial;
  font-size: 9pt; 
  color: #585d64; 
  font-weight:bold;}
  
A{cursor:help;height:1px;}
A:link{color:#800000; text-decoration:underline;cursor: help;}
A:visited{color:#000080;}
A:hover{text-decoration: none; filter:glow(color=silver, strength=4); height:1;}
 
table, tr, td

        {
        background-color: transparent;
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 9pt; color:#585d64; 
	font-weight: bold;
	text-align: center;
        margin-left: 20px;
        padding: 10px;        
        }

select

 {
        background-color: dedcdd;
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 9pt; color:#585d64; 
	font-weight: bold;
	text-align: left;
        border-style: 2px
        }