
TABLE, TD, TH, UL, OL, DD, DL, P, BR {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

H1 {
  font-family: Verdana, Geneva, sans-serif!important;
  font-size: 14px;
  font-weight: bold;
  margin-top:15px;
}

.def H1 {
  font-family: Verdana, Geneva, sans-serif!important;
  font-size: 12px;
  font-weight: bold;
}

.def TABLE TR TD DL, .def TABLE TR TD DL DD {
  margin: 0px;
}

.def TABLE TR TD DL DT {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  list-style-type: none;
  background: url('gsquare.jpg') left center no-repeat;
  padding: 2px 0px 2px 10px;
}

.def TABLE TR TD DL DD {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  margin-left: 10px;
}

P.dfooter {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
}


DIV.large {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}

.header-bar {
  background-color: #000;
  border-bottom: 5px solid #75bf00;
  padding: 10px;
}

.calc-btn {
  border: none;
  background: url('calculate-btn.jpg') no-repeat;
  width: 80px;
  height: 21px;
  margin-right: 10px;
  cursor: pointer;
}

.calc-btn:hover {
  border: none;
  background: url('calculate-btn-hover.jpg') no-repeat;
  width: 80px;
  height: 21px;
  cursor: pointer;
}

.view-btn {
  border: none;
  background: url('report-btn.jpg') no-repeat;
  width: 91px;
  height: 21px;
  cursor: pointer;
}

.view-btn:hover {
  border: none;
  background: url('report-btn-hover.jpg') no-repeat;
  width: 91px;
  height: 21px;
  cursor: pointer;
}


