<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.link
{	color: black;
}

.normal 
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 12pt;
	color: black;
	text-align: left; &lt;!---ajusta alinhamento no Chrome-----&gt;
}

.normalMenor 
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 11pt;
	color: black;
}

.normalMaior 
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 14pt;
	color: black;
	font-weight: bold;
}

.maiorVermelho 
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 13pt;
	color: red;
}



.data
{
	font-family: times, "Times New Roman", palatino, serif;
	font-size: 10pt;
	font-weight: bold;
}

.titulo
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
}

.tituloMenor
{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}

.subTitulo
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 18pt;
	color: blue;
}

.periodos
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

.textoPaginas
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.linkando
{
	font-family: times, "Times New Roman", palatino, serif;
	font-size: 12pt;
}

.textoPequeno
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

.textoMinusculo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: black;
}

.som
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

/*Define os titulos das paginas*/
	#title  {
		font: bold 26pt Verdana, Arial, Helvetica, sans-serif;
		position: relative;
		top: 5px;
		left: 5px; }</pre></body></html>