
BODY { 
  color: DarkSlateGray;
  background: White;
  font-family: Verdana;
  overflow-x: visible;
}

.indexBody {
  margin: 0px;
  overflow-y: visible;
}

.frameBody {
  margin-bottom: 40px;
}

.copyright {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  text-align: right;
  font-size: 10pt;
}

.imageLink {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

.navigation {
  font-size: 0;
}

.hidden {
  display: none;
}

.horizontalBar {
  background: url( './images/horizontal_bar.jpg' );
  font-size: 0;
}

.verticalBar {
  background: url( './images/vertical_bar.jpg' );
  font-size: 0;
  vertical-align: bottom;
}

.headerRow {
  height: 100px;
  overflow-y: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 0;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.floatRight {
  float: right;
}
