html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}


body
{ font: normal .80em 'trebuchet ms', arial, sans-serif;
  background: #3A6BA3;
  color: #777;}


.mybutton
{
  font: normal .8em 'trebuchet ms', arial, sans-serif;
  color: maroon;
  background: #eeeeee;
  text-decoration:none;
  font-weight:bold;
  padding: 0 2px;

}


.headerfont
{
  font: normal 1.1em 'trebuchet ms', arial, sans-serif;
  color: #ffffff;
  text-decoration:none;
}


a
{
 color: #3A6BA3;
}

a:hover
{

 color: #3A6BA3;
}


td.menuon 
{ background-color: #eeeeee; color: #3A6BA3; cursor:pointer; font-weight:bold;}


td.menuon1 
{ background-color: gold; color: #3A6BA3; cursor:pointer; font-weight:bold;}


td.menuoff 
{ background-color: #3A6BA3; color: gold; cursor:pointer; font-weight:normal; }



td.menuoff1
{ background-color: #EEEEEE; color: #gold; cursor:pointer; font-weight:normal; }



td.menuoff2
{ background-color: #eeeeee; color: #ffffff; cursor:pointer; font-weight:normal; }






