BODY {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;  
}

A {
  color: #01B101;
  text-decoration: underline;
}
A:hover {
  color: #000000;
  text-decoration: underline;
}
P {
  font-size: 12pt;
  font-weight: normal;
  color: #054D05;
  margin-left: 100px;
  margin-right:100px;
  margin-bottom: 20px;
  line-height: 150%;
}
P.back {
  font-size: 9pt;
  font-weight: normal;
  color: #054D05;
  margin-left: 100px;
  margin-right:100px;
  margin-bottom: 20px;
  line-height: 150%;
}
H1 {
  font-size: 26px;
  font-weight: normal;
  color: #098D09;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 20px;
  line-height: 150%;
}

#page {
  background: #FFFFFF;
  width: 950px;
  padding: 0px;
  margin: 0px;
}

#header {
  background: #FFFFFF url(../images/logo.gif);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  width: 950px;
  height: 170px;
  padding: 0px;
  margin: 0px;
  float: left;
}

#content {
  width:950px;
  background: #FFFFFF;
  clear: both;
}

 
#logo {
  position: absolute;  top: 10px;  left: 10px;
  background: url(../images/logo.gif);
  background-repeat: no-repeat;
  width: 333px;
  height: 132px;
}


