BODY {
  width: 100%;
  font: 10pt arial, helvetica;
  color: #000000;
}

H1 {
  color: #FF9347;
  font: bold 12pt arial, helvetica;
  margin-bottom: 5px;
}

H2 {
  color: #000000;
  font: 10pt arial, helvetica;
  margin-top: 5px;
}

.topButton {
  float: left;
  width: 120px;
  height: 33px;
  padding-top: 14px;
  font: bold 12pt arial, helvetica;
  text-align: center;
  background-color:#ffffff;
  color: #3776A9;
}

.topButton:hover {
  float: left;
  width: 120px;
  height: 33px;
  padding-top: 14px;
  font: bold 12pt arial, helvetica;
  text-align: center;
  background:#3776A9 url('./images/button.png') no-repeat top left;
  color: #ffffff;
}

.topButtonAlert {
  float: left;
  width: 120px;
  height: 33px;
  padding-top: 14px;
  font: bold 12pt arial, helvetica;
  text-align: center;
  background-color:#ffffff;
  color: #FFA500;
}

.topButtonAlert:hover {
  float: left;
  width: 120px;
  height: 33px;
  padding-top: 14px;
  font: bold 12pt arial, helvetica;
  text-align: center;
  background:#3776A9 url('./images/button.png') no-repeat top left;
  color: #FFB432;
}

.midButton {
  float: left;
  width: 118px;
  height: 34px;
  padding-top: 14px;
  font: bold 12pt arial, helvetica;
  text-align: center;
  background:url('./images/button2.png') no-repeat top left;
  color: #ffffff;
}

/*
.midButton:hover {
  float: left;
  width: 118px;
  height: 34px;
  padding-top: 14px;
  font: bold 12pt arial, helvetica;
  text-align: center;
  background:url('./images/button2_on.png') no-repeat top left;
  color: #ffffff;
}
*/

.pageFooter {
  clear: both;
  width: 950px;
  height: 44px;
  background:url('./images/mainfooter.png') no-repeat top left;
  font: 8pt arial, tahoma;
  color: #ffffff;
  padding-top: 20px;
  padding-left: 10px;
  margin-top: 20px;
}

.pageFooter A {
  color: #ffffff;
  text-decoration: underline;
}

.pageFooter A:hover {
  color: #ddddff;
}

.largeLinkArea {
  font: bold 12pt arial, helvetica;
  color: #5089B6;
  margin-top: 35px;
  margin-bottom: 25px;
}

.largeLinkArea A {
  font: bold 12pt arial, helvetica;
  color: #5089B6;
  text-decoration: none;
}

.largeLinkArea A:hover {
  color: #70a9d6;
}

