
/* Style Sheet */

P {
  font: 11pt/14pt "Verdana", "Arial", "sans-serif" ;
  color: black ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 0 0 0 0 ;
  }

P P {
  text-indent: 3em ;
  }

UL {
  font: 9pt/10pt "Verdana", "Arial", "sans-serif" ;
  color: yellow ;
  text-align: 3em ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 0 0 0 2em ;
  list-style: square ;
  }

OL {
  font: 11pt/14pt "Verdana", "Arial", "sans-serif" ;
  color: black ;
  text-align: left ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 0 0 0 2em ;
  list-style-type: decimal ;
  }

/* Small Caps */
.sc {
  font-size: 80% ;
  }

/* Highlight Text */
.hi {
  background-color: yellow ;
  }

/* Indented Paragraph */
.if {
  text-indent: 3em ;
  /* margin-top: 7pt ; */
  }

H1 {
  font: 24pt/24pt "Verdana Bold", "Arial Bold", "sans-serif" ;
  color: black ;
  text-align: center ;
  margin-top: 20pt ;
  margin-bottom: 14pt ;
  padding: 0 0 0 0 ;
  }

H2 {
  font: 18pt/19pt "Verdana Bold", "Arial Bold", "sans-serif" ;
  color: mediumblue ;
  text-align: center ;
  margin-top: 18pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

H3 {
  font: 18pt/19pt "Verdana Bold", "Arial Bold", "sans-serif" ;
  color: mediumblue ;
  text-align: center ;
  margin-top: 14pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

H4 {
  font: 12pt/13pt "Verdana Bold", "Arial Bold", "sans-serif" ;
  color: black ;
  text-align: center ;
  margin-top: 12pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

H4 {
  font: 18pt/19pt "Verdana Bold", "Arial Bold", "sans-serif" ;
  color: black ;
  text-align: center ;
  margin-top: 12pt ;
  margin-bottom: 3pt ;
  padding: 0 0 0 0 ;
  }

TD {
  font: 11pt/14pt "Verdana", "Arial", "sans-serif" ;
  color: black ;
  text-align: left ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 2pt 2pt 2pt 2pt ;
  }

TH {
  font: 11pt/14pt "Verdana Bold", "Arial Bold", "sans-serif" ;
  color: black ;
  text-align: center ;
  text-decoration: none ;
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding: 2pt 2pt 2pt 2pt ;
  }

/* text <span class="shorthelp" title="some string of text">word word</span>  */
.shorthelp {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}



--eof
