BODY  {
SCROLLBAR-BASE-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #847248;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
background-image: url('/images/tps/bg.jpg');
background-repeat: repeat;
}
SELECT { 
FONT-FAMILY: Tahoma, Helvetica, Verdana, Arial, sans-serif;
FONT-SIZE: 11px;
COLOR: #B89A55;
BACKGROUND-COLOR: #181409;
}
TEXTAREA, .input {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
COLOR: #c1a668; 
BACKGROUND-COLOR: #181409;
} 
#bg A:link, #bg A:visited, #bg A:active { 
COLOR: #847248; 
TEXT-DECORATION: underline;
} 
#bg A:hover { 
COLOR: #c1a668; 
TEXT-DECORATION: none; 
} 
#cat A:link, #cat A:visited, #cat A:active { 
COLOR: #B89A55; 
TEXT-DECORATION: none; 
} 
#cat A:hover { 
COLOR: #c1a668; 
TEXT-DECORATION: none; 
} 

#title a:link, #title a:visited, #title a:active { 
text-decoration: underline; 
color: #B89A55; 
}

#title a:hover { 
color: #c1a668b; 
text-decoration: underline;
}

table.out {
width: 100%;
border: 1px dotted #847248;
background-color: #000000;
padding: 10px;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 0px 0px;
}

#tabletitle {
background-image: url('/images/tps/titleback.jpg');
background-repeat: repeat;}

#info
  {
    overflow: visible;
    top: expression(body.scrollTop);
    width: 100%;
    position: absolute; top: 0px; left: 0px;
    z-index:2000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    BACKGROUND-COLOR: #ffffff;
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: InfoText;
    background: InfoBackground url(images/warning1.gif) no-repeat fixed .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
    BACKGROUND-COLOR: #ffffff;    
  }

  #infobar a:hover
  {
    color: HighlightText;
    background: Highlight url(images/warning2.gif) no-repeat fixed .3em .3em;
  }

  #viewplot
  {
    width: 100%;
    height: expression(this.parentNode.offsetHeight - this.offsetTop);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
  }

