@charset "utf-8";
.texto_cinza {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	text-decoration: none;
}
.texto_azul {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #292344;
	text-decoration: none;
}
.foto {
	border: 2px solid #282345;
	padding: 1px;
}
.input {
	border: 1px solid #292344;
}

.tit_azul {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #292344;
	text-decoration: none;
	text-transform: uppercase;
}
.tit_branco {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.texto_branco {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
