/* 
--------------------------------------------------
Basic styles 
--------------------------------------------------
*/

#print {
	display : none;
}

#print2 {
	display : none;
}

H1  {
  font-weight : normal;
  font-family : "eras bold", "helvetica", "arial";
  font-size : 18pt;
  font-style : normal;
  color : white;
  text-align : left;
  margin-left : 1;
  margin-right : 1;
}

H2  {
  font-size : 14pt;
  font-style : normal;
  font-family : "eras bold", "helvetica", "arial";
  color : white;
  margin-left : 5;
  margin-right : 5;
}

H3  {
  font-size : 12pt;
  font-style : italic;
  color : white;
  font-family : "eras bold", "helvetica", "arial";
  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 : 12pt;
  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";
}

P.addmenu {
	text-align : center;
  font-size : 10pt;
  font-family : "eras bold", "helvetica", "arial";
}

INPUT {
  font-size : 9pt;
}

SELECT {
  font-size : 9pt;
}

OL {
  font-size : 12pt;
  margin-left : 20;
  margin-right : 20;
  font-family : "eras bold", "helvetica", "arial";
}

UL {
  font-size : 12pt;
  margin-left : 20;
  margin-right : 20;
  font-family : "eras bold", "helvetica", "arial";
}

a { 
	color: gold;
}

a:hover { 
	color: red;
}

a:active { 
	color: red;
}

P.error {
	font-weight : bold;
	color : red;
}

/*
------------------------------------------------------
table lists
------------------------------------------------------
*/

TD.lh {
	font-weight : bold;
	color : white;
	background-color : #330000;
}

TD.lf {
	color : white;
	background-color : #330000;
}

TD.ll1 {
	color : black;
	background-color : #cc9933;
}

TD.ll2 {
	color : white;
	background-color : #996600;
}

a.sh { 
	color: white;
    text-decoration: none;
}

a.sh:hover { 
	color: gold;
    text-decoration: underline;
}

a.sh:active { 
	color: gold;
    text-decoration: underline;
}

a.pl { 
	color: white;
}

a.pl:hover { 
	color: gold;
}

a.pl:active { 
	color: gold;
}

a.ll { 
	color: black;
    text-decoration: underline;
}

a.ll:hover { 
	color: red;
    text-decoration: underline;
}

a.ll:active { 
	color: red;
    text-decoration: underline;
}

a.bb { 
	color: black;
}

a.bb:hover { 
	color: red;
}

a.bb:active { 
	color: red;
}

