BODY {
  background: white;
  color: black;
  background-image: url(images/bg.gif);
  margin: 0px;
  scrollbar-face-color      : #006699;
  scrollbar-shadow-color    : #006699;
  scrollbar-highlight-color : #006699;
  scrollbar-3dlight-color   : #CCCCCC;
  scrollbar-darkshadow-color: #CCCCCC;
  scrollbar-track-color     : #CCCCCC;
  scrollbar-arrow-color     : #FFFFFF;
}

A {
  color: #000080;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

IMG.border {
  border: black thin solid;
}

H2 {
   color: #000080;
   font-family: Arial, sans-serif;
   font-size: 18pt;
   padding: 0.5em;
}

P:first-letter {
  font-size: 200%;
  color: navy;
}

P:first-letter.fl_off {
  font-size: 100%;
}

UL LI {
  list-style-image: url(images/arrow.gif);
}

LI.off {
  list-style-type: none;
  list-style-image: none;
}

INPUT:focus {
  outline: thin double silver;
  background-color: white;
}

CHECKBOX, RADIO, INPUT, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

FORM {
	display: inline;
}

INPUT.textbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-left: 10px;
  border: thin silver solid;
  background-color: #F2F2F2;
}

B.form_subHeading {
  font-size: 18px;
  color: navy;
  font-weight: bold;
  font-family: Agency FB, Arial, sans-serif;
}
