 <!--

 BODY {background-color: #ccccff;
  text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757E82;
    margin-left: 0.15in;
  margin-right: 0.30in;
  margin-top: 0.25in;
  text-align:left;
  color:Black}
  
  /* Links must always be in the order:
  link, visited, focus, hover, active */
 a {
 border-bottom: #8b0000 0px;
 color: transparent;  /* yellow */
 font-size: 100%;
 text-decoration: none;
 }
 a:link {
 background-color: transparent;
 color: #000033;  /* blue */
 }
 a:visited {
 background-color: transparent;
 color:  #000033; /* purple */
 }
 a.focus {
  border-bottom: #006600 0px;
  background-color: ;
 color:  #000033;
 }
 a:hover {
  border-bottom: #006600 0px;  /* dashed */
  background-color: transparent;
 color: Red;
 }
 a:active {
 background-color: transparent;
 color:  #000033;  /* blue */
 }
 
 H1 {font-family:Futura, Arial, GillSans Light; font-size:35pt; font-style: normal; color:#660000}
 H2 {font-family:Futura, Arial, GillSans Light; font-size:21pt; font-style: normal; color:#006600}
 H3 {font-family:Futura, Arial, GillSans Light; font-size:20pt; font-style: normal; color:#9999CC}
 H4 {font-family:Futura, Arial, GillSans Light; font-size:12pt; font-style: normal; color:Black}
 H5 {font-family:Futura, Arial, GillSans Light; font-size:10pt; font-style: normal; color:#993399}
 H6 {font-family:Futura, Arial, GillSans Light; font-size:10pt; font-style: normal; color:Black}
 .gloss {background-color: #9999CC}
 .glass {background-color: #33cc00}
 
 #menu {
  background-color: #99cccc;
 }
 #menu div.top {
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 8px;
 border-color: #000033;
 border-width: 3px;
 border-style: none none solid none;
  width: 100%;
 }
 #menu div.section {
  position: absolute;
  display: inline;
  z-index: -1;
 }
 #menu div.box {
  background-color: #99cccc;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 1px;
  border-color: #ff9900;
  border-width: 1px;
  border-style: none none solid none;
 
  position: relative;
  visibility: hidden;
  width: 100%;
 }
 #menu a {
  font-family: GillSans Light;
  font-size: 13px;
  color: Yellow;
  text-decoration: none;
  white-space: nowrap;
 }
 #menu a:hover {
  font-family: GillSans Light;
  font-size: 13px;
  color: Red;
  text-decoration: none;
  white-space: nowrap;
 }
 -->


