.termHeader1{
 font-size: 16px;
 color: #000080;
 font-weight: bold;
 padding-bottom: 10px; 
 padding-top: 20px; 
 position: relative;
 left: 100px;  
}

.termHeader2{
 font-size: 15px;
 color: #000058;  
 padding-bottom: 20px; 
 padding-top: 20px;
  font-weight: bold;      
}

.termHeader3{
 font-size: 14px;
 color: #000058;  
 padding-bottom: 10px; 
 padding-top: 10px;
  font-weight: bold;      
}

.termRuleBody{
  font-size: 12px;
  position: relative;
/*  left: 50px;  */
}

.termRuleBodyOrd{
  font-size: 12px;
  position: relative;
 /* left: 20px; */
}

#divTermGeneral{
   position:relative;
   width:80%;
   height:600px;
   background-color:#ffffff;
   overflow:auto;
   left: 100px;
   }

.outerUL{
  position:relative;   
  width:90%;    
} 

.outerULli{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
   
.innerUL{
   list-style-type: upper-alpha; 
   position:relative;   
    padding-top: 10px;
  
}
.innerUL1{
   list-style-type:disc; 
   position:relative;   
   padding-bottom: 20px; 
}
.normalUL{
    list-style-type: none;
     padding-top: 10px;
}
.donationUL{
   list-style-type:disc; 
   position:relative;   
  padding-bottom: 10px; 
   padding-top: 10px;
   }
.donationLI{
   padding-bottom: 5px; 
   padding-top: 5px;
   font-weight: 500;
   color: #580000; 
}