p {
	margin-top: 0;
	margin-bottom: 1rem;
}
table {
	width: 100%;
}
table th, table td {
	width: 33.33%;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.align-self-center {
	align-self: center !important;
}
.align-self-top {
	align-self: top !important;
}
.col {
	position: relative;
	width: 100%;
	display: inline-block;
}
.col-4 {
	position: relative;
	width: 33%;
	display: block;
}
.text-left {
	text-align: left!important;
}
.text-center {
	text-align: center!important;
}
.text-right {
	text-align: right!important;
}
.text-justify {
  text-align: justify;
}
.align-middle {
	display: inline-block;
	vertical-align: middle;
	float: none;
}



@font-face {
	font-family: Arial;
	src: url(/tema01-arquivos/fonts/Arial.woff);
}
body {
	font-family: Arial;
}
.text-8pt {
	font-size: 10pt;
}
.text-9pt {
	font-size: 10pt;
}
.text-11pt {
	font-size: 11pt;
}
.text-14pt {
	font-size: 14pt;
}
.text-mb1 {
	margin-bottom: 1pt !important;
}
.text-mb2 {
	margin-bottom: 2pt !important;
}
.text-m0 {
	margin: 0;
}
.text-mvc1 {
	margin: 1pt 0;
}
.text-mvc2 {
	margin: 2pt 0;
}
.text-mvc21 {
	margin: 21pt 0;
}
.text-mvc42 {
	margin: 32pt 0;
}
hr {
	border: 1px solid rgba(0,0,0,.4);
	margin: 2pt 0;
}
thead th {
	border-bottom: 1px solid rgba(0,0,0,.4);
}
.assinatura {
	width: 250pt;
	position: absolute;
	left: 50%;
	margin-left: -125pt;
}
div.container-fluid > table:first-child th:first-child+th {
	width: 90%;
}
div.container-fluid > table:first-child th:first-child, div.container-fluid > table:first-child th:last-child {
	width: 5%;
}