a:active  { color: #40A43C; text-decoration:none; }
a:link    { color: #40A43C; text-decoration:none; }
a:visited { color: #40A43C; text-decoration:none; }
a:hover   { color: #99cc99; text-decoration:none; }

body,p,td
{ font-family: times new roman,times,serif;
  color: #000000;
  font-size: 12pt;
}

h1,h2,h3,h4,h5,th
{ font-family: ;
  color: #000000;
  font-size: ;
}

input,textarea
{ font-family: ;
  color: #000000;
  font-size: ;
}

body
{ background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.mnuout
{ text-decoration: none;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border-style: none none solid none;
  border-width: 0 0 0 0;
  border-color: #FFFF66;
  width: 100px;
  //background-color: #99cc99;
  //float: left;
  //background: url('/img/menu1.png') no-repeat top left;

}

.mnuhover
{ text-decoration: none;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border-style: none none solid none;
  border-width: 0 0 0 0;
  border-color: #FFFFFF;
  background-color: #99cc99;
  width: 100px;
  //background-color: #99cc99;
  //float: left;
  //background: url('/img/menu1.png') no-repeat top left;
}

a.mnuhover, a.mnuhover:active, a.mnuhover:visited {color: #000000; font-size: 16pt;}
a.mnuhover:hover {color: #FFFF66; font-size: 16pt;}
a.mnuout, a.mnuout:active, a.mnuout:visited {color: #000000; font-size: 16pt;}
a.mnuout:hover {color: #FFFF66; font-size: 16pt;}


