BODY { 
  scrollbar-base-color:#ffffff;
  scrollbar-arrow-color:#ffffff;
  scrollbar-DarkShadow-Color:#663300;
  scrollbar-face-color:#663300; 
}
 
/* *********************   TEXT ********************* */
 
.bodytext {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #333333
  }
 
TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #111111
  }
 
.H1 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 17px;
  font-weight: bold;
  color: #cc8833
  }

.BIG { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px; 
  font-weight: bold;
  color: #cc8833
  } 
 
.H2 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 15px;
  font-weight: bold;
  color: #cc8833
  }

.H3 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px;
  font-weight: bold;
  color: #cc8833
  }
.H4 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: bold;
  color: #cc8833
  }
 
.H5 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: bold;
  color: #cc8833
  }

.H6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #cc8833
  }
 
 
.linktext {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  font-weight: normal;      
  color: #ff9944;
}
 
.errortext {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: bold;      
  color: #cc8833;
}

/*  ************  LDNKAR ************************ */
 
 
A:visited {
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 14px;
    font-weight: normal;
    color : #cc8833; 
    text-decoration : none; 
}
 
A:link {
   font-family: Arial, Helvetica, sans-serif;    
   font-size: 14px;
   font-weight: normal;
   color : #cc8833; 
   text-decoration : none; 
}
 
A:hover {
   font-family: Arial, Helvetica, sans-serif;    
   font-size: 14px;
   font-weight: normal;
   color : #FF9944; 
   text-decoration : none; 
}
 
A:active {
   font-family: Arial, Helvetica, sans-serif;    
   font-size: 14px;
   font-weight: normal;
   color : #ff9944;
   text-decoration : none; 
}



