#InfTable1, #InfTable2 {
  margin-bottom: 15px;
}
#InfTable1 td, #InfTable2 td {
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}
#InfTable1 td.numbers, #InfTable2 td.numbers {
  vertical-align: text-top;
  font-size: 1.8em;
  padding: 8px;
}
#InfTable1 caption, #InfTable2 caption, .InfTable3 th {
  text-align: left;
  background: #2d5b2d;
  color: #fff;
  font-size: 16px;
  font-weight:bold;
  padding-left: 10px;
  line-height: 30px;
}
#InfTable1 td {
  background: #fff;
}
#InfTable2 {
  background: #fff;
}
table.InfoTable3  {
  padding: 0;
  margin: 0;
}
.InfTable3 th {
  padding: 6px;
  font-size: 14px;
  line-height: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
.InfTable3 td {
  font-size: 12px;
  padding: 7px;
  border-bottom: 1px solid #2d5b2d;
  margin: 0;
  line-height: 18px;
}
.InfTable3 .leftheading {
  color: #000;
  background-color: #fff;
  border-right: 1px solid #2d5b2d;
  border-bottom: 1px solid #2d5b2d;
}
.centertext {
  text-align: center;
}
.InfTable3 td.noborder {
  border: none;
}