body {
  background-color: #ffffff;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
h1 {
  font-size: 16px;
  color: #D80516;
}
h2 {
  font-size: 14px;
  color: #D80516;
}
a {
  color: #D80516;
  text-decoration: none;
}

td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
.header1 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
}
.header2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #0000FF;
}
.header3 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
.error {
  color: #FF0000;
}
.centertable {
  border-top: 5px double #CFDFFF;
}
.centertable td {
  border-bottom: 1px solid #CCCCCC;
}
.button {
  background-color: #CFDFFF;
  border: 1px solid #000000;
  height: 20px;
  text-align: center;
}
.button a {
  color: #000000;
  text-decoration: none;
}
.button a:hover {
  color: #000000;
  text-decoration: underline;
}
.button2 {
  background-color: #CCCCCC;
  border: 1px solid #000000;
  height: 20px;
  text-align: center;
}
.bigredbutton {
  color: #FFFFFF;
  background-color: #FF0000;
  float: left;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}