<style type="text/css">

td { font-family:Trebuchet MS,arial;  
     align:center;
     text-align:center; 
     }

.menu  { border: solid #666 0px; }

/*---navigation control---*/

#myMenu { 
  width: 100%;
  background-color:#993333;
}

#myMenu span {
  display: none;
  visibility: hidden;
}

#myMenu a {
  display: block;
  padding-right: 0em;
  padding-left: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  text-decoration: none;
}

#myMenu a:link {
  background-color:#993333;
   FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
	COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	border-top: solid #ffffff 0px;
}

#myMenu a:visited {
  background-color: #993333;
  FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
  COLOR: #ffffff; 
  TEXT-DECORATION: none; 
  border-top: solid #ffffff 0px;
}

#myMenu a:hover {
  background-color: #008000;
  color: #ffffff;
  FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
  TEXT-DECORATION: none;
  border-top: solid #ffffff 0px;
}

#myMenu a:active {
  background-color: #993333;
  color: white;
  FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
  border-top: solid #ffffff 0px;
}



a:link.white1 {color:#ffffff; text-decoration: none;}
a:visited.white1 {color:#ffffff; text-decoration: none}
a:hover.white1 {color:#ff0000; text-decoration: underline; font-weight: bold;}
a:active.white1 {color:#ffffff; text-decoration: none;}

a:link.red2 {color:#ff0000; text-decoration: none;}
a:visited.red2 {color:#ff0000; text-decoration: none;}
a:hover.red2 {color:#ffff00; text-decoration: underline;}
a:active.red2 {color:#ff0000; text-decoration: none;}

a:link.green3 {color:#00CC00; text-decoration:none; font-weight :bold;}
a:visited.green3 {color:#00CC00; text-decoration:none; font-weight: bold;}
a:hover.green3 {color:#FFFF00; text-decoration: underline; font-weight: bold;}
a:active.green3 {color:#00CC00; text-decoration: none; font-weight: bold;}

a:link.gray4 {color:#C0C0C0; text-decoration: none;}
a:visited.gray4 {color:#C0C0C0; text-decoration: none;}
a:hover.gray4 {color:#ffffff; text-decoration: underline;)
a:active.gray4 {color:#C0C0C0; text-decoration:none;}




</style>