.billpay {
  font-family:arial, helvetica, sans-serif; 
  font-size: 1.0em; 
  color:black;
  background-color: white;
}

#customer {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom-width: 2px;
  border-bottom-color: black;
  border-bottom-style: solid; 
}

#customerName{
  font-weight: bold;
  font-style: italic;
}

#pay {
  text-align: right;
}

#pay a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.infotable {
  padding: 0;
  margin: 10px;
}

.infotable table {
  border-collapse: collapse;
  border-width: 0;
  background-color: #074185;
}

.infotable thead{
  font-weight: bold;
  padding: 0;
  margin-top: 10;
  border-width: 0;
  color: white;
}

.infotable tbody{
  background-color: #00c6e3;
  color: black;
}

.infotable tbody a{
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.infotable tbody td{
  padding-left: 6px;
  padding-right: 6px;
}

.infotable propertybody td{
	size: 2;
}

#balance{
  text-align: right;
}

.infotable tfoot{
 margin-bottom: 10px;
 text-align: center;
}

.infotable tfoot td{
  padding-left: 6px;
  padding-right: 6px;
  color: white;
}

.infotable tfoot a{
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.money {
  text-align: right;
}
