BODY {
  color: #060385;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

A {
  color: #060385;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  text-decoration: underline;
}

.Listings {
  text-align: center;
}

TABLE.Listings {
  width: 550px;
}

.Listings TH {
  background: #060385;
  color: #FFFFFF;
}

.Listings IMG {
  border: 0;
  margin: 5px;
}

.sendtablelabel {
  text-align: right;
  vertical-align: top;
}

.sendtabledata {
  text-align: left;
  vertical-align: top;
}

.Agents {
  width: 80%;
  text-align: center;
  color: #FFFFFF;
}

.Agents IMG {
  border: 0;
  margin: 5px;
}

TD.Agent {
  border: 1;
  padding: 0;
  background: #000000;
  border-color: #060385;
}

.error {
  color: red;
}
