/* CSS Document */

body {
	margin-top: auto;
	margin-left: auto;
	}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8c1b2e;
	}
	
.topico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8c1b2e;
	}
	
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	}
	
.texto_colunas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-align:justify;
	word-spacing: -1px;
	}
	
.texto_colunas_cor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#8c1b2e;
	text-align:justify;
	}

.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8c1b2e;
	}
	
a:link {
	color: #8c1b2e;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #8c1b2e;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #c17851;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #8c1b2e;
	text-decoration: none;
	font-weight:bold;
}
</style>
