.titulo {
	font-size : 1.3em;
	font-family : Georgia, serif;
	color : #000;
	margin : 20px 0px 5px 0px;
}
h1,h2,h3,h4,h5 {
	font-family : Georgia, serif;
	color : #000;
	margin : 0px 0px 10px 0px;
	font-weight : normal;
}
h1 { font-size : 1.5em }
h2 { font-size : 1.2em; color : #900 }
h3 { font-size : 1em }
h4 { font-size : 0.9em }
h5 { font-size : 0.8em }
h6 { font-size : 0.7em }
.texto p,
.texto td,
.texto blockquote,
.texto li {
	font-size : 0.8em;
	color : #000;
	line-height : 1.5em;
	margin : 0px 0px 10px 0px;
	text-align : left;
}
.subtitulo {
	font-size : 0.9em;
	color : #666;
	line-height : 1.5em;
	margin : 0px 0px 10px 0px;
	text-align : left;
	font-style : italic;
}
.lead p {
	font-size : 0.8em;
	color : #333;
	line-height : 1.5em;
	margin : 10px 0px 10px 0px;
	text-align : left;
	font-style : italic;
}
.titulo_dir {
	font-size : 1.1em;
	font-family : Georgia, serif;
	color : #000;
	margin : 20px 0px 5px 0px;
}
.texto_dir p {
	font-size : 0.7em;
	color : #000;
	line-height : 1.5em;
	margin : 0px 0px 10px 0px;
	text-align : left;
}
.data_dir {
	font-size : 0.8em;
	color : #999;
	line-height : 1.5em;
	text-align : left;
}

.lead_dir p {
	font-size : 0.7em;
	color : #000;
	line-height : 1.5em;
	margin : 0px 0px 10px 0px;
	text-align : left;
}
.texto_rodape {
	font-size : 0.7em;
	color : #666;
	line-height : 1.5em;
}

.titulo_pagina {
	font-size : 0.9em;
	font-family : Arial, sans-serif;
	color : #c00;
	border-left : 15px solid #c00;
	padding : 0px 0px 0px 5px;
	font-weight : bold;
	text-transform : uppercase;
	margin : 20px 0px 10px 0px;
}
.titulo_pagina a { color : #c00 }

