.progress {
  width: 100%;
  height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

div.progress-fill1 {
  height: 16px;
  background-color: #FF0000;
}

div.progress-fill2 {
  height: 16px;
  background-color: #00FF00;
}

div.progress-indicator {
  position: absolute;
  width: 55%;
  text-align: center;
}

div.banner {
  width: 637px;
  height: 149px;
  margin-left: auto;
  margin-right: auto;
}

.cell1 {
  width: 99%;
  padding: 5px;
}

div.content {
  width: 627px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

body {
  background: #FFFFFF;
  font-family: Arial;
  font-size: 11px;
}

h1 {
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
}

table.dbs td {
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  vertical-align: top;
}

table.dbs th {
  border: 1px solid #000000;
  text-align: left;
}

div.title {
  width: 627px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  font-family: Arial;
  border: 1px solid #000000;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 4px;
}

.notes {
  background-color: #FFFF98;
  border: 2px solid #EEEE77;
  display: none;
  width: auto;
}

.normal {
  font-weight: normal;
}

a {
  text-decoration: none;
}

.button1 {
  background: url(images/button.gif);
  border: 0px;
  width: 83px;
  height: 21px;
  text-align: center;
  font-size: 10px;
  color: #000077;
  font-weight: bold;
  font-family: Arial;
}

.stats {
  width: 9px;
  background-color: #00CC00;
  border-right: 2px solid #008800;
  border-bottom: 2px solid #008800;
}

.stattable td {
  vertical-align: bottom;
}

.link1 {
  color: #0000CC;
}