<!--
BODY {
	background-color: #2F5B2F;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	margin: 0;
	text-align: justify;
}
A {
	font-family: Franklin Gothic Medium;
	color: #0099FF;
}
A:link {
	color: blue;
}
A:visited {
	color: #0000AA;
}
A:active {
	color: navy;
}
A:hover {
	color: red;
}
H1 {
	color: green;
	font-size: 14pt;
	font-style: bold;
	text-align: center;
	text-indent: 0;
}
H2 {
	color: orange;
	font-size: 16pt;
	font-style: bold;
	text-align: center;
	text-indent: 0;
}
H3 {
	color: navy;
	font-size: 18pt;
	font-style: bold;
	text-align: center;
	text-indent: 0;
}
H4 {
	color: #800040;
	font-size: 20pt;
	font-style: bold;
	text-align: center;
	text-indent: 0;
}
H5 {
	color: purple;
	font-size: 22pt;
	font-style: bold;
	text-align: center;
	text-indent: 0;
}
H6 {
	color: yellow;
	background: navy;
	font-size: 24pt;
	font-style: bold;
	text-align: center;
	text-indent: 0;
}
H1 + H2, H1 + H3, H1 + H4, H1 + H5, H1 + H6,
H2 + H3, H2 + H4, H2 + H5, H2 + H6,
H3 + H4, H3 + H5, H3 + H6,
H4 + H5, H4 + H6,
H5 + H6,
H2 + H1, H3 + H1, H4 + H1, H5 + H1, H6 + H1,
H3 + H2, H4 + H2, H5 + H2, H6 + H2,
H4 + H3, H5 + H3, H6 + H3,
H5 + H4, H6 + H4,
H6 + H5 {
	margin-top: -10pt;
}
*[align~="center"] {
	text-indent: 0;
}
*[style~="text-align: center"] {
	text-indent: 0;
}
PRE {
	white-space: pre
}
LI {
	text-indent: 0;
}
HR {
	text-indent: 0;
}
TABLE {
	border-collapse: collapse;
}
TABLE TD {
	font-size: 10pt;
	text-indent: 0%;
}
TABLE LI {
	margin-left: -15pt;
}

TABLE.master {
	height: 100%;
	width: 100%;
}
TABLE.master TD.espacador {
	background-image: url('../imagens/linha1.jpg');
}
TABLE.master TD.cabecalho {
	background-color: #FFFFFF;
	height: 105px;
	width: 700px;
}
TABLE.master TD.corpo {
	background: #FFFFFF url('../imagens/fundo.jpg') no-repeat right top;
	height: 16px;
	text-align: justify;
	padding: 25px 25px;
	width: 650px;
}
TABLE.master TD.rodape {
	background-color: #8ABCE5;
	color: white;
	height: 35px;
	font-family: Franklin Gothic Medium;
	font-size: 7pt;
	text-align: center;
	width: 700px;
}
TABLE.master TD.rodape A {
	color: white;
	font-family: Franklin Gothic Medium;
	font-size: 8pt;
	text-align: center;
}

TABLE.forma1 {
	border-collapse: collapse;
}
TABLE.forma1 TH {
	border: 2px solid Black;
	padding-left: 5;
	padding-right: 5;
}
TABLE.forma1 TD {
	border-left: 2px solid Black;
	border-right: 2px solid Black;
	padding-left: 5px;
	padding-right: 5px;
}
TABLE.forma1 TD.fim {
	border-bottom: 2px solid Black;
}
TABLE.forma2 {
	border-collapse: collapse;
	font-size: 10pt;
}
TABLE.forma2 TH {
	background: #034D90;
	border: 2px solid Black;
	color: white;
	font-style: bold;
	padding-left: 5;
	padding-right: 5;
	text-align: center;
	vertical-align: center;
}
TABLE.forma2 TD {
	background: #C4DEF4;
	border-left: 2px solid Black;
	border-right: 2px solid Black;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: top;
}
TABLE.forma2 TD.fim {
	border-bottom: 2px solid Black;
}
/* $WEFT -- Created by: Dptº de Internet (internet@cesgranrio.org.br) on 14/07/03 -- */

-->