A:link { color:#650722; text-decoration:underline }    /* unvisited link */
A:visited { color:#444444; text-decoration:underline } /* visited links */
A:active { color:#A54762; text-decoration:underline }  /* active links */
A:hover { color:#A54762; text-decoration:underline }   /* active links */

BODY {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-color: #3D3D3D;
}

BLOCKQUOTE {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-color: #3D3D3D;
}

TEXTAREA {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
}

P {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-color: #3D3D3D;
}

UL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-color: #3D3D3D;
}

OL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-color: #3D3D3D;
}

CENTER {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-color: #3D3D3D;
}

TD {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #3D3D3D;
}

H2 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11pt;
  color: #195683;
  font-weight: bold;
}

H3 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color: #650722;
  font-weight: bold;
}

H4 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color: #011868;
  font-weight: bold;
}

H5 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color: #296693;
  font-weight: bold;
}

H6 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}


/* added by Lyle 1/16/2007 */

ol.testmain { font-family: Verdana, Arial, Helvetica; font-size: 8pt; font-weight: normal; }
ol.testmain li { margin: 0px 0px 5px 0px; padding: 0px; }
ol.testmain li p { margin: 0px 0px 10px 20px; padding: 0px; }
ol.testmain li ol { margin: 0px 0px 30px 50px; padding: 0px; list-style-type: lower-alpha; }
ol.testmain li ol.outdent li { margin: 0px 0px 30px 50px; padding: 0px; list-style-type: none;  text-indent: -30px; }

span.incorrect { color: red; font-weight: bold; }
span.correct { color: navy; font-weight: bold; }

a.actionbuttons { display: block; font-size: 7pt; font-weight: bold; text-align: center; border: 1px solid black; background-color: rgb(110,110,110); color: white; padding: 2px; text-decoration: none; width: 80px; }
a.actionbuttons:active { display: block; font-size: 7pt; font-weight: bold; text-align: center; border: 1px solid black; background-color: rgb(110,110,110); color: white; padding: 2px; text-decoration: none; width: 80px; }
a.actionbuttons:visited { display: block; font-size: 7pt; font-weight: bold; text-align: center; border: 1px solid black; background-color: rgb(110,110,110); color: white; padding: 2px; text-decoration: none; width: 80px; }
a.actionbuttons:hover { border: 1px solid red; background-color: rgb(160,160,160); color: red; text-decoration: none; }
