address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  background-color: #FFFFFF;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #C00051;
  font-weight: bold;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 8px;
}

a:link {
  color: #C00051;
  text-decoration: underline;
}

a:visited {
  color: #C00051;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #C00051;
  text-decoration: underline;
}

a.copyright:link {
  color: #FFFFFF;
  text-decoration: underline;
}

a.copyright:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

a.copyright:hover {
  color: #C0C0C0;
  text-decoration: underline;
}

a.copyright:active {
  color: #FFFFFF;
  text-decoration: underline;
}

a img {
  border: none;
}

.copyright {
  color: #FFFFFF;
  font-size: 10px;
}

.highlight {
  color: #C00051;
}

.fielderror {
  background-color: #FFB6C1;
  border: 1px solid #FF0000;
}

.formerrors {
  background-color: #FFFFCC;
  border: 1px solid #FF0000;
  margin: 5px 30px 5px 30px;
  padding: 10px 30px 0px 30px;
}