/* 
#  *** Folha de Estilo - CSS ***
# 
#  Descrição : Estilos padrao para o Tree Tools Informática
#  Padrão de cor: Azul
*/
   body, td, p, textarea
   {
      font-family : Arial, Helvetica;
      font-size : 10pt;
      color: #000000;
   }
   .Label1, #Label1
   {
      background-color: #C4D2C1;
      height: 20;
   }
   .Label1Little, #Label1Little
   {
      font-family : Arial, Helvetica;
      font-size : 7pt;
   }

   .Label2, #Label2
   {
      background-color: #D7E6D5;
      height: 20;
   }
   .User, #User
   {
      background-color: #C8F0E6;
      height: 20;
   }
   .InputInformation,#InputInformation
   {
      background-color: #D7E6D5;
      height: 20;
   } 

   .TitleTabela,#TitleTabela
   {
      
      color: #FFFFFF;
      background-color: #3F9A68;
      height: 18;
      font-size= 9pt;
   }

   .EnderecoRodape,#EnderecoRodape
   {
      color: #074E4B;
      height: 3;
   }


   .Title1,#Title1
   {
      color: #FFFFFF;
      background-color: #58946A;     
      height: 20;
   }
   .Title2,#Title2
   {
      color: #FFFFFF;
      background-color: #58946A;
      height: 20;
   }
   .Title3,#Title3
   {
      font-size: 11pt;
      color: #A9C0B3;
      height: 20;
   }
   .Title4,#Title4
   {
      font-style: bold;
      font-size: 13pt;
      color: #000000;
   }
   .MenuPath,#MenuPath
   {
      font-size: 9pt;
      color: #000000;
      height: 20;
   }
   .BGLine1,#BGLine1
   {
      background-color: #FFFFFF;
      height: 20;
   }
   .BGLine2,#BGLine2
   {
      background-color: #C4D2C1;
      height: 20;
   }
   .BGLine3,#BGLine3
   {
      background-color: #FF9933;
      height: 20;
      font-weight: bold;
   }
   .InstructionUsr,#InstructionUsr
   {
      color: #000000;
   }
   .InformationUsr, #InformationUsr
   {
      color: #0000AA;
      background-color: #FFFFFF;
      border: 1px #0000AA solid; 
      height: 20;
   }
   .SmallFont,#SmallFont
   {
      font-size: 7pt;
      color: #000000;
   }
   .Comment,#Comment
   {
      font-size: 7pt;
      color: #999999;
   }
   .LineColor, #LineColor 
   { 
      background-color: #B0D0BA;
      font-size: 1pt;
   } 
   A
   {
      text-decoration : none;
      color: #003163;
   }
   A:HOVER
   {
      text-decoration : none;
      color : #990000;
   }

