/* comment */
BODY, TD, P, UL, OL, LI {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  }

/* works around netscape bug of ignoring things */
/* there is still the problem of font +/-1 not working */

SMALL {
  font-size:7.5pt;
  }
BIG {
  font-size:12pt;
  }

A:hover{color:#FF0000}

A.leave {color:blue;font-weight:normal}
A.leave:Visited {color:blue}
A.leave:Active {color:blue}
A.leave:Hover {color:green}

A.igh {color:#606060;text-decoration:none}
A.igh:Visited {}
A.igh:Active {}
A.igh:Hover {color:red}


/* ------------------------------------- */

#msel{color:#808080}
#here{color:red}
#tagline{font-size:9pt; color:black}
#mpt{font-size:10pt}
#ititle{font-size:18pt}
#bgred{background-color:#FF0000}
#bgborder{background-color:#000000}
/* index gray header */
#igh{font-size:14pt;color:#606060}
#is{font-size:7.5pt}
#grayborderedtight {border-width:1px;border-style:solid;border-color:gray}
#zonetag{color:red; font-size:7.5pt; font-style:italic; font-weight:bold}


A.mnav {color:black;text-decoration:none;font-weight:bold}
A.mnav:Visited {color:black}
A.mnav:Active {color:black}
A.mnav:Hover {color:red}


.testing{font-weight:bold;color:yellow;background-color:#FF0000}
.martest{margin-left:10pt;margin-right:10pt}
.boxed {background-color:#F0F0F0;border-width:1px;border-style:solid;border-color:black;padding:2px}
.menubarbgcolor{background-color:#E0E0E0}
.mainbody{margin:5px}
.smalllist{font-size:7.5pt}

h1 {
  text-align:center;
  font-size:18pt;
  font-weight:normal;
  /*font-style:italic;*/
  color:blue;
  margin-top:0px;
  margin-bottom:0px;
  }
h2 {
  color:#800000;
  background-color:#e0e0e0;
  font-size:14pt;
  font-weight:bold;
  color:#800000;
  border-style:solid;
  border-width:1px;
  border-color:#808080;
  padding-left:5px;
  }
h3 {
  color:#800000;
  font-weight:normal;
  font-size:12pt;
  border-style:solid;
  border-color:#800000;
  border-left:0px;
  border-top-width:0px;
  border-right-width:0px;
  border-bottom-width:1px;
  }

h4 {
  color:black;
  font-size:10pt;
  font-weight:bold;
  }
h5 {
  color:gray;
  font-size:12pt;
  font-weight:bold;
  }
h6 {
  text-align:center;
  color: black;
  font-weight:bold;
  font-style:italic;
  font-size:12pt;

  }
	
}
blockquote.h2body {margin-left:24pt}
blockquote.h3body {margin-left:16pt}
blockquote.h4body {margin-left:8pt}
blockquote.h5body {margin-left:4pt}
blockquote.midline {margin-left:70pt}