<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: white;
	color: black;
	font-family: arial, sans-serif;
}

table {
	border-radius: 5px;
	margin-bottom: 15px;
}

iframe {
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
	box-shadow: 5px 5px 5px #888888;
}

.tituloaviso {
	font-size: 150%;
	font-weight: bolder;
}

.aviso {
	margin-left: 25px;
	margin-right: 25px;
}

.dataaviso {
	text-align: right;
	font-size: 95%;
	margin-right: 25px;
}

.mastertable {
	font-size: 11;
	text-align: center;
}

.set {
	font-weight: bold;
}

.tabela {
	background-color: #4996ce;
}

.tabelareversa {
	background-color: #240085;
	color: #ffffff;
}

.TOP {
	font-weight: bold;
	font-size: 32;
	text-align: center;
}

.SECTION {
	font-weight: bold;
	font-size: 22;
	text-align: center;
}

.SUBSECTION {
	font-weight: bold;
	font-size: 17;
	text-align: center;
}

.SUBSECTION_L {
	font-weight: bold;
	font-size: 17;
	text-align: left;
}

.MESSAGE {
	font-weight: bold;
	font-size: 17;
	text-align: center;
	color: #00f;
}

.ERRO {
	font-weight: bold;
	font-size: 17;
	text-align: center;
	color: #f00;
}

dt a {
	font-weight: bold;
	margin-top: .8em;
}

.tabelareversa a:link,a:visited {
	color: #fff;
}

.tabelareversa a:hover {
	color: #aaa;
}

a:link,a:visited {
	color: #000;
}

a:hover {
	color: #00f;
}</pre></body></html>