BODY 
{ 
  background-position: left top; 
  background-repeat: yes-repeat;  
  background-attachment: no-fixed;
  background-color: whiter;
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-size: 9pt;
  SCROLLBAR-FACE-COLOR: darkblue; 
  SCROLLBAR-HIGHLIGHT-COLOR: white; 
  SCROLLBAR-SHADOW-COLOR: white; 
  SCROLLBAR-ARROW-COLOR: white; 
  SCROLLBAR-BASE-COLOR: blue; 
  SCROLLBAR-3D-LIGHT-COLOR: white; 
  SCROLLBAR-DARK-SHADOW-COLOR: blue
}
<!-- Codigo que coloca as Barras de rolagens Coloridas-->

.white
{
  background-image: none;
  background-color: White;
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-size: 9pt;  
}
<!-- fixed; left top; -->
td
{
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-size: 10pt;  
}

.buzio {
  position:absolute;
  top:0;
  left:0;
  visibility:hidden;
}

.title
{
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-size: 14pt;
  font-weight: bold;
  background-color: Red;
  color: White;
}

.formText
{
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  color: White;  
  vertical-align: top;
}


