.formtxt { color: Black ; background-color: White ; border: 1px solid #94BD04; height:14px; size:1px; font-style:normal; font-variant:normal; font-weight:normal; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px}
.formtxt2 { color: Black ; background-color: White ; border: 1px solid #94BD04; size:1px; font-style:normal; font-variant:normal; font-weight:normal; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px}
.formtxt3 { color: Black ; background-color: White ; border: 1px solid #00456F; height:14px; size:1px; font-style:normal; font-variant:normal; font-weight:normal; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px}

.linkbranco {
color: #FFFFFF;
text-decoration: none;
}
.linkbranco:hover {
color: #C0C0C0;
text-decoration: none;
}
.linkbrancou {
color: #FFFFFF;
text-decoration: underline;
}
.linkbrancou:hover {
color: #C0C0C0;
text-decoration: underline;
}
.linkpreto {
color: #000000;
text-decoration: none;
}
.linkpreto:hover {
color: #808080;
text-decoration: none;
}
.linkpretou {
color: #000000;
text-decoration: underline;
}
.linkpretou:hover {
color: #808080;
text-decoration: underline;
}
.linkpretou2 {
color: #000000;
text-decoration: none;
}
.linkpretou2:hover {
color: #808080;
text-decoration: underline;
}
.linkazul {
color: Blue;
text-decoration: underline;
}
.links {
text-decoration: none;
}
.links:hover {
text-decoration: underline;
}
.links2 {
color: #000000;
text-decoration: none;
}
.links2:hover {
color: #000000;
text-decoration: underline;
}
.linksO {
color: #FF6600;
text-decoration: none;
}
.linksO:hover {
color: #FF6600;
text-decoration: none;
font-weight: bold;
}
.linksBO {
color: #000000;
text-decoration: none;
}
.linksBO:hover {
color: #FF6600;
text-decoration: underline;
}
.linksBA {
color: #000000;
text-decoration: underline;
}
.linksBA:hover {
color: #FF6600;
text-decoration: underline;
}

BODY {
scrollbar-face-color: #B9DD00;
scrollbar-highlight-color: #CAF400;
scrollbar-3dlight-color: #CAF400;
scrollbar-darkshadow-color: #CAF400;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #7A7A7A;
}

 body
  {
    padding: 0;
    margin: 0;
  }

  #info
  {
    overflow: visible;
    width: 100%;
    position: fixed;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
  }

  #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/but/icon_warning.gif) no-repeat fixed .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
  }

  #infobar a:hover
  {
    color: HighlightText;
    background: Highlight url(images/but/icon_warning_hover.gif) no-repeat fixed .3em .3em;
  }

  #viewplot
  {
    width: 100%;
    height: expression(this.parentNode.offsetHeight - this.offsetTop);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
  }
