/* CSS Document */
body {
	background: #EEE url(../img/fundotela.gif) repeat-y top;

}

texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #366599;
}

.RODAPE
	{
		FONT-FAMILY: Verdana, Arial;
		FONT-SIZE: 9px;
		COLOR:#666666;
		FONT-WEIGHT:	normal;
	}
.texto_tabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:link	
	{	
	text-decoration:	underline;
	color:gray;
	}	
		
A:visited	
	{	
	text-decoration:	underline;
	color:gray;
	}	
		
A:active	
	{	
	text-decoration:	underline;
	color:gray;
	}	
		
A:hover	
	{	
	text-decoration:	none;
	color:gray;
	}