body { font-family : Verdana,Arial,Helvetica,sans-serif;
color:#000000;
background-color:#FFFFFF;
  scrollbar-face-color : "#ffffff";
  scrollbar-shadow-color : "#000000";
  scrollbar-3dlight-color : "#000000";
  scrollbar-darkshadow-color : "#000000";
  scrollbar-track-color : "#E9CC4C";
  scrollbar-arrow-color : "#E9CC4C"; }
h1 { font-size : 22px;
  font-weight : bold;
  font-style: normal;
  color : #669933;
  padding: 0px 0px 0px 3px;
  margin: 0px;
  spacing : 0px; }
h2 { font-size : 12px;
  font-weight : bold;
  font-style: normal;
  color : #000000;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  spacing : 0px; }
h3 { font-size : 18px;
  font-weight : normal;
  font-style: normal;
  color : #000000;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  spacing : 0px; }
a, a:visited {
color:#669933;
text-decoration:underline;
}
	
a:hover, a:active {
color: #cc0000;
text-decoration:none;
}

/*contact form*/
table#contactus { font-size: 10px;
  text-align: left; width: 450px;
  }
button { border: 1px solid rgb(102, 153, 51);
  font-size: x-small;
  font-weight: bold;
  color: rgb(102, 153, 51);
  background-color: rgb(255, 255, 255);
  }
input, textarea { border: 1px solid rgb(102, 153, 51);
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  }
td.mandatory { text-align: right;
  vertical-align: top;
  font-weight: bold;
  width: 150px;
  }
td.notmandatory { text-align: right;
  vertical-align: top;
  width: 150px;
  }
td.field { width: 280px; }
td.colspanned { text-align: center;
  vertical-align: top;
  width: 580px;
  }