.texto {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #003366;
}
.titulos {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	color: #003366;
	font-weight: bold;
}
.subtitulos {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #660000;
	font-weight: bold;

}
.obrigatorio{
	display: none;
}
.subtitulos1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #660000;
	font-weight: bold;

}
.telefone {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;

}
.ligue {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;

}
.rodape {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;

}
.copyright {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #CCCCCC;

}

iframe, #centralizar{
	width:500px; /*a*/
	height:300px; /*b*/
}

#centralizar{
	margin-left:-65px; /* =a/2 */
	position:relative;
	display:block;
}
