body {
 font-family: Times New Roman, Times, serif;
 background-image: url(../../images/background.gif);
 background-repeat: repeat-y;
}

h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 28px;
 font-weight: bold;
 color: #336633;
}

.error_message {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #FF0000;
}

.paragraph_header {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #336633;
}

.required {
 color: #FF0000;
 font-weight: bold;
}

.form_field_name {
  float: left;
  width: 200px;
}

h3, h3 a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18;
 font-weight: bold;
 color: #336633;
}
.red {
  color: #F63030;
}
/**
 * Hides a special form field that is used for spam testing
 * See http://www.rustylime.com/show_article.php?id=338
 */
.referTest {
  visibility: hidden;
  display: none;
}