/* CSS Document */

body {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Liberation Sans", Verdana, sans-serif;
	font-size: 8.6pt;
}

#container p, #container ul, #container ol, #container dl, bloquote, cite {
	line-height: 160%;
	color: #555;
}

#container p {
	text-align: justify;
}

/* Links padrão */

a {
	color: #036;
}
a img {
	border: 0;
}

/* TituloArea */

.tituloArea {
	font-family: serif;
	text-transform: uppercase;
	font-size: 9.5pt;
	color: #5192CE;
	border-left: 1px solid #BC553F;
	padding-left: 8px;
}
.tituloArea a {
	color: #5192CE;
	text-decoration: none;
}
.tituloArea a:hover {
	text-decoration: underline;
}
.tituloArea span {
	color: #BC553F;
}
#barraDireita .tituloArea {
	color: #999;
	border-color: #999;
}

/* Titulos */

h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

em {
	font-style: normal;
	color: #C00;
}

.botao {
	background: #A10C10 url("/imagens/fundoBotaoPesquisa.png") top repeat-x;
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Liberation Sans", Verdana, sans-serif;
	font-size: 8.6pt;
	color: #FFF;
	border: 1px solid #850C0F;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.botao {
	padding: 3px;
	text-decoration: none;
}
.botao:hover, .botao:focus {
	background: #D53034 url("/imagens/fundoBotaoPesquisaHover.png") top repeat-x;
	cursor: default;
}

/*Listagem das notícias*/

.tituloNoticia{
	color: #58595b;
	font-weight: bold;
	text-decoration: none;
}
.vejaMaisNoticia{
	color: #cb1d23;
	font-weight: bold;
}
.itemNoticia{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #666;
	margin-bottom: 12px;
}
.itemNoticia span {
	color: #cb1d23;
	font-weight: normal;
}
ul.listaNoticias {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.listaNoticias a:hover big {
	text-decoration: underline;
}
ul.listaNoticias a small {
	font-weight: normal;
	font-size: 8pt;
}

.imagem {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}
.imagem img {
	display: block;
}

/* Lista de contatos */

.contato {
	margin-bottom: 1em;
}
.contato .fn {
	font-size: small;
	font-weight: 800;
}
.contato .lr, .contato .country-name {
	display: none;
}
.contato .fn a {
	color: #000;
}
.contato div a {
	color: #cb1d23;
}
.contato .divEspacamento {
	padding-bottom: 2px;
}

.contato .divEspacamento span {
	color: #cb1d23;
}

.contato div img {
	margin:0 10px 5px 0; 
	padding: 4px; 
	border:1px solid #d6d5d5;
}

/* estatuto */

.estatuto h1 {
	font-size: 14px;
	text-align: center;
}
.estatuto h2 {
	font-size: 14px;
	text-align: center;
}
.estatuto h1 span, .estatuto h2 span {
	font-size: small;
}
.estatuto {
	line-height: normal;
}
.estatuto p {
	margin: 0.8em 0;
}