body {
  font-family: arial,sans-serif;
  color: black;
  background-color: white;
}
h2 {
  font-size: 120%;
  color: #3c7fb8;
}
.big {
}
td.topnav {
  background-color: #eeeeee;
}
td.topnav a {
  font-size: 14px;
  text-decoration: none;
  color: navy;
}
td.topnav b {
  font-size: 14px;
  font-style: bold;
  color: black;
}
td.topnav a:hover {
  outline: solid #e35d51;
}
td.leftnav {
  background-color: #ededca;
}
td.leftnav a {
  font-size: 13px;
  color: blue;
}
td.leftnav b {
  font-size: 13px;
  font-style: bold;
  color: black;
}
.hcl a:hover {
  outline: solid #e35d51;
}
.dbc {
  background-color: #cccccc;
}
#viewer {
  position: relative;
  top: 0;
  left: 0;
  width: 700;
  height: 420;
  background-color: #EEEEEE;
  text-align: left;
}
#viewer .well, #viewer .surface {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#viewer .surface {
  z-index: 20;
  _background: url(images/blank.gif) no-repeat center center;
}
#viewer .well {
  overflow: hidden;
  z-index: 10;
}
#viewer .well .tile {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
#viewer .controls {
  background-color: #FFFFFF;
  position: relative;
  left: 0;
  top: 0;
  width: 74px;
  height: 20px;
  margin: 0;
  padding: 0 0 0 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #000000;
  z-index: 30;
}
#viewer .controls a {
  color: #000000;
  text-decoration: none;
  -moz-outline: none;
  cursor: pointer;
  cursor: hand;
}
#viewer .controls a img {
  border: 0;
  vertical-align: middle;
}
#viewer .controls a:active {
  color: #FF0000;
}
