html, body, form, ul, li, hr, br, span, h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial;
}

img {
  border: 0px;
}

table {
  font-size: 11px;
  color: #333333;
  line-height: 15px;
}

h1 {
  font-size: 16px;
  color: #008837;
}

h2 {
  font-size: 13px;
  color: #008837;
}

h3 {
  font-size: 12px;
  color: #008837;
}

h4 {
  font-size: 12px;
  color: #fff;
}

a {
  color: #008837;
}

th {
  text-align: left;
}

input, textarea, select {
  background: #FFFFFF;
  border: 1px solid #999;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  color: #008837;
  margin: 2px;
  padding-left: 2px;
  font-weight: normal;
}

.button {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica;
  background: #ffffff;
  border: 1px solid #008837;
  color: #333333;
  font-weight: bold;
}


mainmenu {
  width: 900px;
}

.menu_top {
  font-size: 13px;
  font-weight: bold;
  color: #F3F3F3;
  text-align: center;
}

.menu_bottom {
  font-size: 11px;
  color: #999999;
  text-align: center;
  font-weight: normal;
}

.menu{
  margin: 0;
  padding: 0;
  ffffloat: center;
  width: 900px;
  height: 40px;
}

.menu ul {
  height: 40px;
  width: 900px;
}

.menu li{
  display: inline;
  height: 40px;
  padding: 0;
  float: left;
}

.menu li a{
  float: left;
  color: white;
  padding: 5px 16px 0 16px;
  text-decoration: none;
  border-left: 1px solid #999999;
  cursor: hand;
}

.menu li a:hover, .menu li .current{
  color: white;
  background: transparent url(../images/menu_back.jpg) top center repeat-x;
}




.submenu{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 150px;
  bbbborder: 1px solid #9A9A9A;
  bbbborder-bottom-width: 0;
  bbbbbackground: #e6e6e6;
}

.submenu li a{
  background: url(../images/submenu_back1.jpg);
  font: 11px Verdana, Helvetica, sans-serif;
  color: white;
  display: block;
  width: auto;
  
  padding: 3px 0;
  pppadding-top: 3px;
  padding-left: 10px;
  text-decoration: none;
  lllllist-style-image: url(../images/list.gif);
  bbbborder-bottom: 1px solid #999999;
  bbbbackground: #ff0000;
  height: 14px;
}


* html .submenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
  width: 150px;
  height: 20px;
}

.submenu li a:visited, .submenu li a:active{
  color: white;
}

.submenu li a:hover{
  background-image: url(../images/submenu_back2.jpg);
}

.info {
  border: 1px solid #999;
  background: #e6e6e6;
  width: 80%;
  padding: 5px;
  margin: 0px;
}

