BODY {
	color: black; font-family: verdana, "Bookman Old Style", arial, "Antigoni Light", sans-serif;
	}
hr {color: #571707; width="80%";}
h1 {font-family: "Bookman Old Style", arial, "Antigoni Light", sans-serif; font-size: 20pt; font-weight: bold; color: #571707;}
h2 {font-family: "Bookman Old Style", arial, "Antigoni Light", sans-serif; font-size: 18pt; font-weight: bold; color: #571707;}
h3 {font-family: "Bookman Old Style", arial, "Antigoni Light", sans-serif; font-size: 16pt; font-weight: bold; color: #571707;}
h4 {font-family: "Bookman Old Style", arial, "Antigoni Light", sans-serif; font-size: 14pt; font-weight: bold; color: #571707;}
 td {
    font-family: verdana, "Bookman Old Style", arial, "Antigoni Light", sans-serif;
    font-size: 10pt ;
  }
   ol { list-style-position: outside; 
    }
    
  ul { list-style-position: outside; 
    }

  ul.tallarrow { line-height: 200%;
    list-style-position: outside;
    list-style-image: url(imgarrowgray.gif);
    }

  ul.arrow { list-style-position: outside;
    list-style-image: url(imgarrowgray.gif);
    }

  label {
  behavior:expression(function(element){
    element.attachEvent('onclick', function()
    {
      if(element.htmlFor)
      {
        var target = window.document.getElementById(element.htmlFor);
        if(target && target.tagName.toUpperCase() == "SELECT")
        {
          // focus the selectbox
          target.focus();
          window.event.returnValue = false;
        }
      }
    });
    element.runtimeStyle.behavior = "none";
  }(this));
}