.text_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #BCBBBA;
}

.text_painel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.text_preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.text_assinatura {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.linha_8px {
	line-height: 8px;
}

.fundo_preto {
	background-color: #000000;
}

.fundo_cinza {
	background-color: #383431;
}

