div .listDiv{
  width:99%;  
  margin-left : auto;
  margin-right : auto;
  margin-top : 20px;
  margin-bottom : 5px;
  padding: 10px;
  text-align:center;
  color:#808080;
}
.listTbl {
  width : 99%;
  font-size : 90%;
  border-collapse: separate;    
  background-color:#FAFAFA;
}
table .listTbl tr.title , 
table .listTbl tr.header, 
table .listTbl tr.footer {
  background-color:#E6E6E6;
  padding : none;
  text-align:center;
}
table .listTbl th {

  border:none;
  text-align:center;

}
table .listTbl td {
  border:none;
  text-align:left;
}

.listTbl fieldset {
    width : 96%;
}

.listTbl fieldset legend{
    text-transform:uppercase;
    font-weight:bold;
}



