.titulo {
	font-family: "Century Gothic";
	font-size: 28px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #27527C;
	text-decoration: none;

}
.subtitulo {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;

}
.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003D79;
	font-style: normal;

}
.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align:justify;	
}
.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #004759;
	text-decoration: none;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #FF9900;

}
a:link {
	text-decoration: none;
}
a:visited{	
	text-decoration:none;
}

a:active{	
	text-decoration:none;
}

