@charset "utf-8";
/* CSS Document */

.rodape {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	filter: DropShadow(Color=#000000, OffX=5, OffY=5, Positive=5);
	text-align: center;
}
.texto-padrao {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}
.texto-titulo {
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #478E24;
}
.email {
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #517B37;
}
.titulo-azul {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.titulo-azul-g {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0066ff;
}
.texto-branco {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

