body {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

td {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

a:link {
  text-decoration: underline;
   color: black;
}

a:visited {
  text-decoration: underline;
     color: black;
}

a:active {
  text-decoration: underline;
     color: black;
}

a:hover {;
  text-decoration: none;
}

.whitebold {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: white;
  font-weight: bold;
}

.lightbluepoints {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #cccccc;
  font-weight: bold;
}

.white {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: white;
}

.creme {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #fee1a8;
}

.brown {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #822E05;
  font-weight: bold;
}

.purple {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #936C99;
}

td.field-label {
  color: black;
  text-align: left;
}

td.field-label-required {
  color: black;
  text-align: left;
}

.header-left {
  background-color: #cccccc;
  font-weight: bold;
  color: black;
  text-align: left;
}

.header {
  background-color: #cccccc;
  font-weight: bold;
  color: black;
  text-align: center;
}

.header-small {
  color: #000000;
  font-weight: normal;
  font-size: 9pt;
}

.error {
  color: red;
}

.copySubHeader {
  color: black;
  font-weight: bold;
  font-size: 14px;
}

.phone {
  font-size: 25px;
  color: #822E05;
  font-weight: bold;
}

a.link {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.leading {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}