.esquerda{
	float:left;
}

.direita{
	float:right;
}

.texto_branco{
	color:white;
}

.texto_cinza{
	color:#777;
}

.texto_vermelho{
	color:red;
}

.bold{
	font-weight:bold;
}

.link_area_escura{
	color:#777;
	font-weight:600;
}

.invisivel{
	display:none;
}

.visivel{
	display:block;
}
