/* 
#  *** Folha de Estilo - CSS ***
#
#  Path      : ../
#  Arquivo   : estilo5.css
#  Descrição : Estilos padrao para o Tree Tools Informática
#  Autor     : Telma Komikawa
#  Data      : Fevereiro/2002
#  Padrão de cor: Verde
*/
   body, p, textarea
   {
      font-family : arial,verdana,comic sans ms,technical,courier new,tahoma,times new roman;
      font-size : 9pt;
      color: #000000;
   }
   .Label1, #Label1
   {
	font-family : verdana, arial, comic sans ms, technical, courier new, tahoma, times new roman;
	font-size : 8pt;
	color : #000000;
	background-color : #DAEFE6;
	height : 20;
   }
   .Label2, #Label2
   {
	font-family : verdana, arial, comic sans ms, technical, courier new, tahoma, times new roman;
	font-size : 8pt;
	color : #000000;
	background-color : #C8E8DA;
	height : 20;
   }
   .User, #User
   {
	font-family : arial, verdana, comic sans ms, technical, courier new, tahoma, times new roman;
	font-size : 9pt;
	color : #000000;
	background-color : #DAEFE6;
	height : 20;
   }
   .InputInformation,#InputInformation
   {
	font-family : verdana, times new roman, arial, comic sans ms, technical, courier new, tahoma;
	font-size : 8pt;
	background-color : #EBEBEB;
	height : 20;
   } 
   .Title1,#Title1
   {
	font-family : verdana, arial, comic sans ms, technical, courier new, tahoma, times new roman;
	font-size : 8pt;
	color : #FFFFFF;
	background-color : #368160;
	height : 20;
   }
   .Title2,#Title2
   {
	font-family : verdana, arial, times new roman, comic sans ms, technical, courier new, tahoma;
	font-size : 8pt;
	color : #FFFFFF;
	background-color : #429B73;
	height : 20;
   }
   .Title3,#Title3
   {
	font-family : arial,verdana,comic sans ms,technical,courier new,tahoma,times new roman;
	font-size : 12pt;
	color : #368160;
	height : 20;
   }
   .Title4,#Title4
   {
	font-family : arial,verdana,comic sans ms,technical,courier new,tahoma,times new roman;
	font-style : bold;
	font-size : 14pt;
	color : #000000;
   }
   .MenuPath,#MenuPath
   {
	font-family : arial, verdana, comic sans ms, technical, courier new, tahoma, times new roman;
	font-size : 10pt;
	color : #368160;
	height : 20;
   }
   .BGLine1,#BGLine1
   {
	font-family : verdana, courier new, technical, times new roman, comic sans ms, tahoma, arial;
	font-size : 8pt;
	color : #000000;
	background-color : #FFFFFF;
	height : 20;
   }
   .BGLine2,#BGLine2
   {
	font-family : verdana, arial, comic sans ms, technical, courier new, tahoma, times new roman;
	font-size : 8pt;
	color : #000000;
	background-color : #DAEFE6;
	height : 20;
   }
   .InstructionUsr,#InstructionUsr
   {
	font-family : verdana, arial, comic sans ms, technical, courier new, tahoma, times new roman;
	color : #000000;
	font-size : 8pt;
   }
   .InformationUsr, #InformationUsr
   {
      color: #0000AA;
      background-color: #FFFFFF;
      border: 1px #0000AA solid; 
      height: 20;
   }
   .SmallFont,#SmallFont
   {
      font-size: 8pt;
      color: #000000;
   }
   .Comment,#Comment
   {
	font-family : arial,verdana,comic sans ms,technical,courier new,tahoma,times new roman;
	font-size : 8pt;
	color : #999999;
   }
   .LineColor, #LineColor 
   { 
	background-color : #368160;
	font-size : 1pt;
   } 
   A
   {
      text-decoration : none;
      color: #003163;
   }
   A:HOVER
   {
      text-decoration : none;
      color : #990000;
   }
