html, body {
  height: 100%;
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-family: Georgia, Sylfaen, Times, Helvetica, serif;
  font-size: 15px;
  background-image: url('bg.jpg');
}
ul {
  margin-top: 0;
  margin-bottom 0;
  padding: 0;
}
input,
select,
textarea {
  background: #b0b0b0;
  color: #630303;
  font-family: Georgia, Sylfaen, Times, Helvetica, serif;
}
a:link,
a:visited,
a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
table {
  background: transparent;
}
.dot {
  width: 5px;
  height: 5px;
  vertical-align: middle;
}
.maroon {
  color: #630303;
}
.activeLink {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #FFFFFF;
  background: url('active.gif') repeat-x center;
}
.start {
  width: 20px;
  height: 28px;
  vertical-align: bottom;
}
.end {
  width: 20px;
  height: 28px;
  vertical-align: bottom;
}
a.InactiveTab:link,
a.InactiveTab:active,
a.InactiveTab:visited {
  color: #630303;
  text-decoration: none;
}
a.InactiveTab:hover {
  color: #C30303;
  text-decoration: none;
}
.tabs {
  text-align: center;
}
.frame {
  text-align: center;
}
