body {
  margin : 0px;
  font-family: verdana,helvetica,tahoma,sans-serif,geneva;
  font-size: 13px;
  color: #000000;
  background: #F2F9ED;
  cursor: url("/feather.cur");
}

.heading1 {
  color: #006E1C;
  font-size: 32px;
  font-weight: bold;
}

.heading2 {
  color: #006E1C;
  font-size: 18px;
  font-weight: bold;
}

td {
  font-family: verdana,helvetica,tahoma,sans-serif,geneva;
  font-size: 13px;
  color: #000000;
}  

td.main {
  font-family: verdana,helvetica,tahoma,sans-serif,geneva;
  font-size : 13px;
  background: #B3D498 url(images/background.gif) top right no-repeat;
  padding-right: 12px;
}

td.bottom {
  font-family: verdana,helvetica,tahoma,sans-serif,geneva;
  font-size : 12px;
  background: url(images/bottom.jpg);
  padding-bottom: 1px;
}

td.shadow {
 background: url(images/sideshadow.jpg);
}

td.side {
  background: url(images/sidebg.jpg);
}

td.menu {
  background: url(images/menuback.jpg);
}

td.dynmenu {
  background: url(images/smalleaves.gif) top right no-repeat;
}

A,A:link,A:visited {
  text-decoration:none;
  color: red;
  font-weight: normal;
}

A:hover {
  font-weight: normal;
  text-decoration: overline underline;
  color: red;
}
