body { 
	background-repeat: repeat-y;
	background-position: center;
}
.texto_normal {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px
}
.tabela_texto {  
	background-repeat: no-repeat; 
	background-position: center top
}
.texto_destaque_grande {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #00A2B2
}
.texto_destaque_pequeno { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #00A2B2 
}
a:link {
	color: #00A2B2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #103E5F;
}
a:hover {
	text-decoration: underline;
	color: #103E5F;
}
a:active {
	text-decoration: none;
	color: #00A2B2;
