.bg_azul {
background-image: url("images/bg_azul_03.jpg");
background-repeat: no-repeat;
}

.texto {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#636467;
	padding-right: 10px;
	padding-left: 10px;
}

.texto_azul { font-family:"Times New Roman", Times, serif; font-size:14px; color:#2E3190;
    padding-right: 10px; 
	padding-left: 10px; 
	
	}

.texto_cinza { font-family:"Times New Roman", Times, serif; font-size:14px; color:#636467; }

.botao {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	background-color: #2E3190;
	border: 1px ridge #2E3190;
	}
