<style>
<!--
#menu {
    background-color: "White";
}
#menu div.top {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 8px;
	border-color: #009900;
	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: "White";
    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: Arial;
    font-size: 10px;
    color: White;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: Arial;
    font-size: 10px;
    color: #EFBF1A;
    text-decoration: none;
    white-space: nowrap;
}

BODY {background-color: White;
      font-family:Arial;
	  font-size: 8pt;
	  font-style: bold;
	  margin-left: 0.00in;
	  margin-right: 0.00in;
	  margin-top: 0.00in;
	  text-align:left;
	  color:Black}
	  
	  /* Links must always be in the order:
   link, visited, focus, hover, active */
a {
	background-color: transparent;
	border-bottom: #8b0000 0px;
	color: transparent;  /* yellow */
	font-size: 100%;
	text-decoration: none;
}
a:link {
	background-color: transparent;
	color: White;  /* blue */
}
a:visited {
	background-color: transparent;
	color: White; /* purple */
}
a.focus {
    border-bottom: White 0px;
    background-color: transparent;
	color: #6A6765;
}
a:hover {
    border-bottom: White 0px;  /* dashed */
    background-color: transparent;
	color: Red;
}
a:active {
	background-color: transparent;
	color: transparent;  /* blue */
}

H1 {font-family:Arial; font-size:28pt; font-style: bold; color:Black}
H2 {font-family:Arial; font-size:18pt; font-style: normal; color:Black}
H3 {font-family:Arial; font-size:13pt; font-style: bold; color:Black}
H4 {font-family:Arial; font-size:13pt; font-style: normal; color:White}
H5 {font-family:Arial; font-size:11pt; font-style: normal; color:White}
H6 {font-family:Arial; font-size:10pt; font-style: normal; color:White}
.gloss {background-color: #81A0CC}
.glass {background-color:  #EBD2CE}
-->
</STYLE>
