BODY {
   font-size : 12px; 
   font-family : Arial;
   scrollbar-arrow-color: #DEB5D5;
   scrollbar-track-color: #000000;
   scrollbar-face-color: #CB7AB2;
   scrollbar-highlight-color: #DEB5D5;
   scrollbar-3dlight-color: #000000;
   scrollbar-darkshadow-color: #DEB5D5;
   scrollbar-shadow-color: #993366;
}

TABLE {
   font-size : 11 px; 
   font-family : Verdana; 
   color : #993366;
}

.HEAD { 
   font-size : 11px; 
   font-family: Verdana;
   line-heigth: 10px;
   color : #CB7AB2;
   padding-right: 30px;
   margin: 2px;
   line-height: 120%;
   text-align : center;
   height : 14px;
   filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}

.NAV { 
   font-size : 13px; 
   font-weight : bold; 
   font-variant : small-caps; 
   font-family : Tahoma;
   color : #DFB5D5;
   padding-left: 12px;
   line-height: 120%;
}

.TEXT { 
   font-size : 10px; 
   font-family : Verdana;
   color : #993366;
   line-height: 9px;
   padding-left: 10px;
   padding-right: 10px;
}

HR {
   color : #CB7AB2;
   length : 60%;
   height : 1px;
   align : center;
   margin-right: 10px;
   filter: alpha(Opacity=00, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=200, FinishY=0);
}

A {
   font-family : Verdana; 
   color : #CB7AB2; 
   text-decoration : none;
}

A:visited {
   font-family : Verdana; 
   color : #CB7AB2; 
   text-decoration : none; 
}

A:hover {
   color : #993366;
   cursor: crosshair;
   height : 12px;
   filter: dropshadow(color=#ffffff, offx=1, offy=1);
}