BODY {
   text-align: center;
   margin: 0px;
   padding: 0px;
}

TR>TD:hover {
   background: lightsteelblue;
   color: white;
   font-size: 11pt;
   font-family: verdana, arial, helvetica, sans-serif;
}

TR>TD {
   background: palegoldenrod;
   color: gray;
   font-size: 11pt;
   font-family: verdana, arial, helvetica, sans-serif;
}

TH, TH>TD {
   background:  darkslategray;
   color:       white;
   font-size:   14pt;
   font-weight: bolder;
   font-family: verdana, arial, helvetica, sans-serif;
}

A:VISITED {
   color: gray;
}

A:LINK {
   color: darkolivegreen;
}

A:HOVER {
   color: white;
}

#U {
   position:   absolute;
   top:        0px;
   left:       0px;
   visibility: hidden;
}

#D {
   position:   absolute;
   top:        0px;
   left:       0px;
   visibility: hidden;
}

#C {
   position:   absolute;
   top:        0px;
   left:       0px;
   visibility: hidden;
}

TABLE,TH,TR,TD {
   padding:    0px;
   margin:     0px;
   text-align: left;
}

#loginbox {
   position: absolute;
   background: khaki;
   border: 1px solid;
   border-style: groove;
}

#btLogin {
   width: 157px;
}

#workspace {
   position:   absolute;
   width:      100%;
   height:     100%;
   background: lightyellow;
   display:    none;
   text-align: center;
}

#nav {
   top:   12px;
}

#btFirst {
}

#btPrev {
}

#fldGoto {
   width: 50px;
}

#btNext {
}

#btLast {
}

#btLogout {
   position: absolute;
   top:   12px;
   right: 12px;
   width: 157px;
}

#docbox {
   width: 100%;
}