html {
  height: 101%;
/*  min-height: 101%; */
  overflow-y: scroll;
}
body {
  margin-top:0;
  margin-bottom:0;
  height: 100%;
  color: #666666;
  font-family: Verdana,Arial,Helvetica,helv,sans-serif;
  font-size: 10pt;
  background-color: #222222;
/*  background-image: url(images/ltgrayblk.gif); */
/*  background-image: url(images/ltgraydk.gif); */
}
table.content-box {
  height: 100%;
  background-color: white;
/*  background-image: url(images/ltgraydk.gif); */
  text-align: left;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
span.textarea-base {
  color: #999999;
  font-family: Verdana,Arial,Helvetica,helv,sans-serif;
  font-size: 10pt;
}
span.textarea-quote {
  color: #c70000;
  font-family: Verdana,Arial,Helvetica,helv,sans-serif;
  font-size: 10pt;
}
a:link {
  color: #c70000;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #c70000;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #c70000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  background: #c70000 none repeat scroll 0% 50%;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

