.ButtonGeneralLeft {
  background-image:url("../img/grfx/button/GeneralLeft.gif");
  width: 8px;
  height: 21px;
}
.ButtonGeneralRight {
  background-image:url("../img/grfx/button/GeneralRight.gif");
  width: 8px;
  height: 21px;
}
.ButtonGeneralBody {
  background-image:url("../img/grfx/button/GeneralBody.gif");
  height: 21px;
  padding: 0px;
  margin: 0px;
}
.ButtonTxt {
  font-family: arial;
  font-weight: bold;
  font-size: 8pt;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}

.ButtonGeneral {
  background-image:url("../img/grfx/button/GeneralButton.gif");
  height: 21px;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #FFDB4C;
  border-right: 1px solid #FFDB4C;
  border-bottom: 1px solid #FFDB4C;
  border-left: 1px solid #FFDB4C;
  font-family: arial;
  font-weight: bold;
  font-size: 8pt;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}

.ButtonGeneral2 {
  background-image:url("../img/grfx/button/GeneralButton.gif");
  height: 21px;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #FFDB4C;
  border-right: 0px solid #FFDB4C;
  border-bottom: 1px solid #FFDB4C;
  border-left: 0px solid #FFDB4C;
  font-family: arial;
  font-weight: bold;
  font-size: 8pt;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}