h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #b9b2aa;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}

h1 {
  font-weight: normal;
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
  text-decoration: underline;
}

h2, h3, h4, h5 {
  margin-bottom: 0;
  line-height: 1.5em;
}

form h3 {
  margin-bottom: 0.5em;
}

p {

}

a {
  color: #b00000;
  text-decoration: none;
}

a:visited {
  color: #a00000;
}

a:hover {
  color: #fff;
}

em {
  font-weight: bold;
  font-variant: normal;
  color: #ccc;
}


.highlight {
   background-color: #B90000;
   color: #ccc;
   padding: 1px 2px 1px 2px;
}

.enhanced {
  font-size: 16px;
}

.smallprint {
  font-size: 10px;
}

.JustifyCenter {
  text-align: left;
}
.JustifyCenter {
  text-align: center;
}
.JustifyRight {
  text-align: right;
}
.JustifyFull {
  text-align: justify;
}
.Indent1 {
  text-indent: 1em;
}
.Indent2 {
  text-indent: 2em;
}
.Indent3 {
  text-indent: 3em;
}

/* inline quote */
q {
  font-style: italic;
}

ul { list-style-type: disc;}
ul ul { list-style-type: circle;}
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal;}
ol ol { list-style-type: upper-alpha;}
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

/*
 form fields
*/
form label {
  /*color: #FFF;*/
}

input[type=text] {
  width: 300px;
}

textarea {
  width: 400px;
}

