body {
 margin: 0;
 padding: 0;
 background: #14333A url("bg.gif");
 background-repeat: repeat-y;
 background-attachment: fixed;
 color: #000000;
 font-family: Arial;
 font-size: 11px;
}
td {
 color: #000000;
 font-family: Arial;
 font-size: 11px;
}
a:link, a:active, a:visited {
 color: #66B9CC;
 }
a:hover {
  color: #14333A;
 }
#top {
 margin-top: 0px;
 margin-left: 0px;
 position: absolute;
 }
#left {
  position: absolute;
  left: 16px;
  top: 480px;
  width: 300px;
 }
#right {
  position: absolute;
  left: 368px;
  top: 386px;
  width: 230px;
 }
.title {
 border-bottom: 1px #66B9CC solid;
 color: #66B9CC;
 font-weight: bold;
 font-size: 12px;
 }
 b {
  color: #5EAABB;
 }