@charset "utf-8";
/* CSS Document */
.tabela_texto {
	font-family:"Century Gothic";
	font-size: 8px;
	font-weight:normal;
	color: #000000;
}
.tabela_branco {
	font-family:"Century Gothic";
	font-size: 8px;
	font-weight:normal;
	color: #ffffff;
}
.texto {
	font-family:"Century Gothic";
	font-size: 12px;
	color:#000000
}
.texto_form {
	font-family:"Century Gothic";
	font-size: 12px;
	color:#f59a0a
}
.data {
	font-family:"Century Gothic";
	font-size: 10px;
	color: #666666;
}
.texto-pequeno {
	font-family:"Century Gothic";
	font-size: 12px;
}
.destaques {font-family:"Century Gothic"; font-size: 12px; font-weight: bold; margin:3px 0px 0px 0px;}

.titulo {font-family:"Century Gothic"; font-size: 16px; font-weight: bold; color: #000000; }
.sub_titulo {font-family:"Century Gothic"; font-size: 14px; font-weight: bold; color: #8fc9e3; }
.sub_titulo_red {font-family:"Century Gothic"; font-size: 14px; font-weight: bold; color: #f80000; }

.titulo_tabela {font-family:"Century Gothic"; font-size: 12px; font-weight: bold; color:#FFF; }

a:link {
	color: #8fc9e3;
}
a:visited {
	color: #8fc9e3;
}
a:hover {
	color: #188bfa;
}
a:active {
	color: #8fc9e3;
}