/* estrutura dos topicos */
.topico { float: left; height: 140px; width: 500px; background-color: #f9f9f9; margin-top: 1px;  }
.topico_titulo { width: 500px; border-bottom: solid 1px #FF0000; text-indent: 2px; font-size: 12pt; font-weight:bold; }
.topico_conteudo { font-size: 10pt; clear:both; font-size: 11px; margin-top: 5px; margin-right: 5px; margin-bottom: -1px; margin-left: 5px; }
	.topico_conteudo table { width: 480px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
	
/* titulos das paginas internas */
#topico_titulo { width: 500px; border-bottom: solid 1px #FF0000; text-indent: 2px; font-size: 12pt; font-weight:bold; }

/* textos dos topicos */
.style4 { font-size: 11px; text-align:justify; }
.style5 { font-size: 12px; font-weight: bold; }
.style7 { font-size: 14px }