.texto {
	font-size: 12px;
	text-align: justify;
	color: #333333;
	padding-right: 5px; 
	overflow:auto 
}

.texto-cabecalho {
	font-size: 12px;
	text-align: justify;
	padding-right: 10px;
}

.texto-tabela {
	font-size: 12px;
	text-align: left;
	color: #333333;
}

.texto-tabela h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #cc0000;
    color: #ffffff;
    padding: 10px;
    font-size: 15px;
}

.texto-tabela .texto table h4 {
    background-color: #666666;
}

.texto-tabela .texto table h4.notice{
    background-color: #668a8a;
    font-weight: normal;
}

.texto-tabela .texto table tr:nth-child(even) {
	background: #CCC
}

.texto-tabela .texto table tr td {
		padding-top: 3px;
		padding-bottom: 3px;
}

.texto-tabela h3 {
    line-height: 20px;
}

.texto-teaser {
	font-size: 10px;
	text-align: left;
	color: #000000;
}

.texto-lista {
	font-size: 10px;
	text-align: left;
	color: #ff0000;
}

.texto-titulo {
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	/*padding-bottom: 10px; */
	padding-right: 5px; 
	color: #ff0000;
}

.texto-subtitulo {
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	padding-bottom: 10px;
	padding-right: 5px; 
	color: #333333;
}

.texto-legenda {
	font-size: 12px;
	color: #666666;
}

.texto-copyright {
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
	padding: 0px; 
	overflow:auto 
}

.texto-comentarios {
	font-size: 12px;
	font-weight: bold;
}

.disabled {
	color: #9a2525;
}
