H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;


}

H2 { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.1em
}

H3 { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: green;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.05em
}

body, table, tr, td {  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black
}

blockquote   { font-size: 8pt }

A:link    { color: #990000; text-decoration: none }
A:active  { color: #CC0000}
A:visited { color: #994400; text-decoration: none }
A:hover   { text-decoration: underline }

.menu { font-size: 8pt; font-weight: bold; }
A.menu:link    { color: white; text-decoration: none }
A.menu:visited { color: white;  text-decoration: none }
A.menu:active  { color: white; }
A.menu:hover   { color: white; text-decoration: underline }

.justified {
	text-align: justify;
}

.copyright     { font-size: 7pt; color: maroon; }


.conteudo01 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A.conteudo01:link    { color: maroon; text-decoration: none }
A.conteudo01:visited { color: maroon;  text-decoration: none }
A.conteudo01:active  { color: maroon; }
A.conteudo01:hover   { color: maroon; text-decoration: underline }

.espacoParag {
}

.listaLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.linkMaiusc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;

}
.sidebar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
  
}