@charset "utf-8";

.texto_justificado {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	white-space: normal;
	font-variant: normal;
	text-indent: 30px;
	border-right-width: 0px;
}
#texto_justificado {
	/*	font-family: "Times New Roman", Times, serif;
	text-indent: 30px;
	border-right-width: 10px;
*/
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	white-space: normal;
	font-variant: normal;
	text-indent: 30px;
	border-right-width: 0px;
	padding-left: 10px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-position: center center;
	font-style: normal;
	font-weight: bold;
}
.sub_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background-position: center center;
	font-style: normal;
	font-weight: bold;
}

.tabela_cabecalho {
	background-color: #FFCC00;
	border: 1px solid #000000;
}

.tabelas {
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #000000;
	text-indent: 0px;
}
