H1  {
  font-weight : normal;
  font-family : "eras bold", "helvetica", "arial";
  font-size : 24pt;
  font-style : normal;
  color : navy;
  text-align : left;
  margin-left : 10;
  margin-right : 10;
}

P {
  font-size : 12pt;
  margin-left : 20;
  margin-right : 20;
  font-family : "eras bold", "helvetica", "arial";
}

SUP {
  font-size : smaller;
}

LI {
  margin-left : 20;
  margin-right : 20;
  font-size : 9pt;
  font-family : "eras bold", "helvetica", "arial";
}

ADDRESS {
  font-size : 9pt;
  text-align : center;
  font-style : italic;
  font-family : "eras bold", "helvetica", "arial";
}

TD {
  font-size : 10pt;
  font-family : "eras bold", "helvetica", "arial";
}

INPUT {
  font-size : 9pt;
}

SELECT {
  font-size : 9pt;
}

OL {
  font-size : 9pt;
  margin-left : 20;
  margin-right : 20;
  font-family : "eras bold", "helvetica", "arial";
}

UL {
  font-size : 9pt;
  margin-left : 20;
  margin-right : 20;
  font-family : "eras bold", "helvetica", "arial";
}

a.menu { 
	color: black;
    text-decoration: none;
}

a.menu:hover { 
	color: red;
    text-decoration: underline;
}

a.menu:active { 
	color: red;
    text-decoration: underline;
}

