body, td, th, div, p {
  font-size: 10pt;
  font-family: Verdana, Helvetica, sans-serif;
  
  color: #000000; }

th {
  background: #eee; }

body {
  background: #ffffff url('/images/background.gif') repeat-x;
  text-align: center;
  margin: 0px;
  overflow: -moz-scrollbars-vertical; }

img {
  border: 0px; }

a {
  color: #cc3333;
  text-decoration: none; }

p {
  margin: 13px 0px 13px 0px; }

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

tr.hilite:hover {
  background: #def; }

h1 {
  font-family: Tahoma;
  font-size: 24pt;
  font-weight: lighter;
  
  margin: 0px 0px 15px 0px;
  letter-spacing: 1px; }

h2 {
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: lighter;
  
  margin: 0px 0px 10px 0px;
  letter-spacing: 1px; }

h3 {
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: bold;
  
  margin: 0px 0px 10px 0px;
  letter-spacing: 1px; }

h6 {
  font-size: 8pt;
  font-weight: normal;
  
  margin: 0px 0px 5px 0px; }

.separator {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: #ccc; }

.txtsmall {
  font-size: 8pt;
  font-weight: normal;
  
  margin: 0px 0px 5px 0px; }

.hilite tr:hover {
  background: #eee; }

#error {
  background: #fcc;
  border: 1px solid #a00;
  text-align: center;
  height: 18px;
  margin: 10px auto 10px auto;
  color: #700;
  letter-spacing: 1px; }

#warning {
  background: #fdb;
  border: 1px solid #650;
  text-align: center;
  height: 18px;
  margin: 10px auto 10px auto;
  color: #650;
  letter-spacing: 1px; }

#notice {
  background: #cfc;
  border: 1px solid #0a0;
  text-align: center;
  margin: 10px auto 10px auto;
  color: #070; }

#errorExplanation {
  border: 1px solid #fca;
  background: #ffc;
  padding: 5px;
  margin: 5px 0px; }
  #errorExplanation h2 {
    text-align: left;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12pt;
    
    color: #000000;
    margin: 0px; }
  #errorExplanation p {
    margin: 0px; }
  #errorExplanation ul {
    margin: 5px 25px; }

.fieldWithErrors {
  display: inline; }
  .fieldWithErrors input, .fieldWithErrors textarea {
    background: #fcc;
    border: 1px solid #ccc; }
