@charset "utf-8";
/* CSS Document */

body 
   {
		background-color:#666666;
		color:#333333;
		font-family: Tahoma;
		font-size: 8pt;
		margin-top:6px;
   }
   
a:link 
	{
		color: #0066FF;
		text-decoration: none;
		font-family: Tahoma;
		font-size: 8pt;
	}
a:active
	{
		color: #0066FF;
		text-decoration: none;
		font-family: Tahoma;
		font-size: 8pt;	
	}

a:visited
	{
		color: #0066FF;
		text-decoration: none;
		font-family: Tahoma;
		font-size: 8pt;	
	}
a:hover
	{
		color: #999999;
		text-decoration:none;
		font-family: Tahoma;
		font-size: 8pt;
	}
	
.texto_branco 
   {
		color:#FFFFFF;
		font-family: Tahoma;
		font-size: 8pt;
   }	
   
.texto_preto
   {
		padding-top:20px;
		color:#333333;
		font-family: Tahoma;
		font-size: 9pt;
		margin-right:5px;
		margin-left:5px;
   }	   
.texto_titulo
   {
		color:#CC0000;
		font-family: Tahoma;
		font-size: 10pt;
		font-weight:bold;
		margin-bottom:500 px;
   }	         
   
.texto_barra
   {
		color:#0066FF;
		font-family: Tahoma;
		font-size: 8pt;
   }	        
   
 .texto_lateral_titulo
   {
		color:#FFFFFF;
		font-family: Tahoma;
		font-size: 8pt;
		margin-left:5px;
   }	        
.borda_texto
	{
	border:thin;
	border-style: dotted;
	}
.plano_texto
	{
	margin-left:10px;
	margin-right:10px;
	font-size: 7pt;
	}	
.centro_texto
	{
	margin-left:15px;
	margin-right:15px;
	font-size: 7pt;
	}		
input, select, textarea {
	font:8pt Tahoma; 
	color:#5E584C; 
	border:1px solid; 
	background-color:#FFFFFF; 
}
