TD {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 10pt;
  color: #000000;
}

TD.MAIN_LEFT {
  position: relative;
  width: 133px;
  padding: 4px;
}

P.LINKS {
  margin-top: 0px; margin-bottom: 0px;
  padding: 2px;
  width: 133px; 
}

P.LINKS:hover {
  background-color: #9f9;
  color: #639;
}

P.CMD_EXAMPLE {
  padding: 2px;
  background-color: #000;
  color: #fff;
}

A.MAIN {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
 
A.MAIN:link { color: white; }
A.MAIN:visited { color: #ccc; }

DIV.FB {
  position: fixed;
  left: 160px;
  top: 10px;
  width: 400px;
  height: 40px;
  background-color: #cfc;
  z-index: 20;
}

DIV.LINKS {
  position: fixed;
  top: 90px; left: 0px;
  width: 133px;
  z-index: 20;
}

TD.FOOTER {
  bottom: 25px;
  background-color: #663399;
}

TD.FOOTERDATA {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 10pt;
  color: #ffffff;
}

.LEFTHEADER {
  position: fixed;
  top:0px; left:0px; 
  width: 153px; height: 90px;
  z-index: 10;
}
.RIGHTHEADER {
  position: fixed;
  top: 0px; right: 0px;
  width: 23px; height: 90px;
  z-index: 15;
}
.CENTERHEADER {
  position: fixed;
  top: -16px; left: 0px;
  width: 100%; height: 66px;
  background-color: #663399;
  z-index: 5;
}
TABLE.MAIN {
  position: absolute;
  top: 66px; left: 0px;
  width: 100%; height: 82%;
  z-index: 0;
}

