div#Charges h3{
  
  font-size:18px;
  font-weight:bold;
  color:#006699;  
  
  margin-bottom:15px;
  padding:5px 0px 5px 0px;
  
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#E5E5E5;
  
  border-bottom-width:1px;
  border-bottom-style:dashed;
  border-bottom-color:#CCCCCC;
  }


div#Charges p{
  
  font-size:12px;
  color:#666666;
  }


div#Charges p a{  
  
  font-size:12px;
  text-decoration:underline;
  color:#006699;
  }


div#Charges ul#ChargesLista{
  
  display:block;
  margin-top:40px;
  
  list-style:none;
  } 


div#Charges ul#ChargesLista li{
  
  display:block;
  float:left;
  
  width:150px;
  margin:0px 20px 20px 0px;
  
  text-align:center;
  }


div#Charges ul#ChargesLista li a{

  font-size:12px;
  color:#006699;
  }


div#Charges ul#ChargesLista li p{

  font-size:12px;
  color:#666666;
  }
