body {
  margin: 0px;
  background-color: #0D3B32;
  background-image: url(../images/back_bottom.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
    
img {
  display: block;
}

input {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 8pt;
  color: #000000;
}

a:link {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 8pt;
  font-weight: bold;	
  color: #FFFFFF;
  text-decoration: none;
  display: inline;
}
a:visited {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 8pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display:inline;
}
a:hover {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 8pt;
  font-weight: bold;
  color: #FFDE00;
  text-decoration: none;
  display: inline;
}
a:active {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 8pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display: inline;
}
    
.nav {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 8pt;
  font-weight: bold;
  color: #FFFFFF;
}
