

body, td, p {
  color: #000000;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  margin: 0px;
}

p.footer {
  color: #000000;
  font-size: 11px;
}

a:link, a:visited {
  color: #993300;
  font-size: 12px;
  font-weight: none;
  text-decoration: underline;
}

a:hover, a:active {
  color: #F8D902;
  font-size: 12px;
  font-weight: none;
  text-decoration: underline;
}

a.nodecoration:link, a.nodecoration:visited {
  color: #000000;
  font-size: 12px;
  font-weight: none;
  text-decoration: none;
}

a.nodecoration:hover, a.nodecoration:active {
  color: #F8D902;
  font-size: 12px;
  font-weight: none;
  text-decoration: underline;
}

a.footer:link, a.footer:visited {
  color: #330000;
  font-size: 11px;
  text-decoration: underline;
}

a.footer:hover, a.footer:active {
  color: #000000;
  font-size: 11px;
  text-decoration: underline;
}

a.catnav:link, a.catnav:visited {
  color: #993300;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

a.catnav:hover, a.catnav:active {
  color: #F8D902;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}


/* site_look.fonttitlecolor */

h1 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #993300;
}

h2 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #000000;
}

h3 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #993300;
}

p.comp_profile {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.comp_web_addr {
  color: #000000;
  font-size: 14px;
  font-weight: none;
}

td.spotlight {
  background: #FFFFFF;
}

hr {
  color: #993300;
}

/* form input & error handling */

fieldset {
  padding: 5px 5px 5px 5px;
  margin: 10px 15px 10px 15px;
  border: 1px solid #993300;
}

legend {
  font-family: arial, verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 0px 10px 0px 10px;
  border: 1px solid #993300;
}

label {
  font-weight: bold;
}

input, select {
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
}

input.inputText, textarea.inputTextarea {
  width: 250px;
}

input.button {
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
}

.formHeading {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 6px 3px 0px 0px;
}

.error {
  color: #800000;
}

td.errorField {
  background-color: #800000;
}

td.errorMessage {
  color: #800000;
  font-size: 10px;
}
