body {
  margin-top: 0px;
  color: #000000;
  background-color: #DDDDFF;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
}

img {
  border: 0px solid;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.centerit {
  text-align: center;
}

.lineage {
  font-size: 10px;
  font-weight: bold;
}

.boldtext {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.container {
  display: block;
  top: 0px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  width: 800px;
  border: 1px solid;
  color: #004000;
  background-color: #d0d0d0;
  background-image: url(img/container_back.jpg);
}

.toplogo {
  display: block;
  color: #004000;
  background-color: #FFFFFF;
  height: 100px;
}

.menubar {
  display: block;
  color: #FFFFFF;
  background-color: #004000;
  height: 20px;
  width: 800px;
  padding: 0px 0px 0px 0px;
}

.imagebar {
  display: block;
  height: 67px;
  width: 800px;
  padding: 0px 0px 0px 0px;
}

.centerbar {
  display: block;
  float: left;
  background-color: #eeeeee;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
  text-align: left;
  width: 587px;
  min-height: 450px;
}

.rightbar {
  display: block;
  float: right;
  border-left: 1px solid;
  vertical-align: top;
  width: 190px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  color: #004000;
  background-color: #DDDDDD;
}

.whitetable {
  border: 1px solid black;
  width: 580px;
}

.footer {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.agreement {
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
}

.smalltext {
  font-size: 10px;
}

.changered {
  color: #FF0000;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  visibility: visible;
}

.changegreen {
  color: #00C000;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  visibility: visible;
}


