h1 {
  font-size: medium;
}
img {
  border: none;
}

input.noborder{
   background:#ffffff;
   border: none;
   padding-left:5px;
   width:18px; height:20px;
}
input.yellow{
	background-color: #FFFFCC;
}

ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
li.normal{
  background-image: none;
  margin: 2px 0px 2px 30px;
  padding-left: 0px;
  vertical-align: middle;
  list-style: disc outside none;
}

.hdr-menu {
  background-image:url(../images/hdr-button-on.gif);
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: top;
  width: 715px;
  height: 65px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.hdr-menu a {
  float: left;
  display: inline;
  background-image:url(../images/hdr-button-off.gif);
  background-repeat: no-repeat;
  color: White;
  font-style: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: none;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  width: 119px;
  height: 65px;
  margin: 0px 0px -25px 0px;
  padding: 25px 0px 0px 0px;
}

.hdr-menu a:hover{
  background-image:url(../images/hdr-button-on.gif);
}

.hdr-btn {
 background-image: url(../images/hdr-button-off.gif);
 width: 120px;
 height: 65px;
 vertical-align: top;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
.hdr-button {
 color: White;
 font-style: normal;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 border: none;
 text-decoration: none;
 text-align: center;
 vertical-align: top;
 width: 120px;
 height: 65px;
 margin: 0px 0px 0px 0px;
 padding: 25px 0px 0px 0px;
}

a.hdr-button:visited {
 background-image: url(../images/hdr-button-off.gif);
 border: none;
 text-decoration: none;
}
a.hdr-button:link {
 background-image: url(../images/hdr-button-off.gif);
 border: none;
 text-decoration: none;
}
a.hdr-button:active {
 background-image: url(../images/hdr-button-off.gif);
 border: none;
 text-decoration: none;
}
a.hdr-button:hover {
 background-image: url(../images/hdr-button-on.gif);
 text-decoration: none;
}

.logo-area {
 background-image: url(../images/logo.jpg);
 width: 203px;
 height: 217px;
 vertical-align: top;
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: 100px 0px 0px 0px;
 color: Red;
 font-style: normal;
 font-family: Centaur, Arial, Helvetica, sans-serif;
 font-size: 24px;
 border: none;
 text-decoration: none;
 font-weight: bold;
}

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }
