* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
html {
   overflow: -moz-scrollbars-vertical;
}
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
/*	text-align: center; /* --- HACK PARA CENTRALIZAR NO IE 5 --- */
	background: #FFF;
}
#moldura {
 	width: 774px;
	\width: 794px; /* --- HACK PARA COLOCAR O MESMO TAMANHO NO IE --- */ 
	w\idth: 774px; /* --- HACK PARA COLOCAR O MESMO TAMANHO NO IE --- */
	margin: 0;
	min-width: 774px;
	max-width: 1200px;
/*	text-align: left; /* --- HACK PARA CENTRALIZAR NO IE 5 --- */
	background: #FFF;
}

/* --- HACKS PARA COLOCAR TAMANHO MINIMO NO IE --- */
* html #minwidthx {
	height: 1px;
	border-left: 774px solid #FFF;
}
* html #minwidthy {
	margin: 0;
	margin-left: -774px;
	height: 1px;
	position: relative;
}
/* --- HACKS PARA COLOCAR TAMANHO MINIMO NO IE --- */

#topo {
   height: 0;
	background: #FFF;
}
#cabecalho {
	height: 0;
	background: #FFF;
}
#menuPri {
	float: left;
	width: 175px;
	background: #FFF;
}
#menuSec {
	float: right;
	width: 175px;
	background: #FFF;
}
#conteudo {
   padding: 10px;
	margin: 0;
	color: #636363;
	background: #FFF;
}
#rodape {
	height: 0;
	background: #FFF;
	clear: both;
}
#base {
	height: 0;
	background: #FFF;
	clear: both;
}


/* @@@ LAYOUT @@@ */
a {
	color: #386386;
}
a:visited {
	color: #386386;
}
a:hover {
	color: #386386;
}
a.um, a.um:visited, a.um:hover {
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}
a.um {
	color: #386386;
}
a.um:visited {
	color: #386386;
}
a.um:hover {
	color: #386386;
}
p {
	padding: 10px 0;
}
.objetoOculto {
	display: none; 
	overflow: hidden;
	text-indent: -99999px; 
}
.alinhamentoEsquerdo {
	text-align: left;
}
.alinhamentoCentro {
	text-align: center;
}
.alinhamentoDireito {
	text-align: right;
}
.linhaHorizontal {
   width: 100%;
   border-top: 1px solid #000;
}
.ie .linhaHorizontal {
   width: 99%;
}
.botaoVoltar a {
   display: none;
	margin: 30px auto;
	width: 53px;
	height: 11px;
	background: url(../imagens/bot_voltar.gif) no-repeat;
}
.mensagem {
	margin: 80px 0 50px 0;
	font-weight: bold;
	text-align: center;
}
.mensagem a {
	margin: 30px auto;
	width: 53px;
	height: 11px;
	background: url(../imagens/bot_voltar.gif) no-repeat;
}


/* @@@ CONTEUDO @@@ */
#conteudoInt {
   padding: 0 0 20px 23px;
}
#conteudoInt li {
	margin: 20px 0 0 25px;
	list-style: square outside;
}
.titQuemSomos, .titMissaoObjetivos, .titSedeForo, .titDiretoria, .titEstatuto, .titHistoria, .titNoticias, .titPesquisa, .titCEVB, .titFaleConosco, .titNewsletter {
	display: block; 
	overflow: hidden;
	text-indent: -99999px;
	height: 32px;
}
.titQuemSomos {
	width: 130px;
	background: url(../imagens/tit_quem_somos.gif) no-repeat;
}
.titMissaoObjetivos {
	width: 175px;
	background: url(../imagens/tit_missao_e_objetivos.gif) no-repeat;
}
.titSedeForo {
	width: 119px;
	background: url(../imagens/tit_sede_e_foro.gif) no-repeat;
}
.titDiretoria {
	width: 100px;
	background: url(../imagens/tit_diretoria.gif) no-repeat;
}
.titEstatuto {
	width: 100px;
	background: url(../imagens/tit_estatuto.gif) no-repeat;
}
.titHistoria {
	width: 100px;
	background: url(../imagens/tit_historia.gif) no-repeat;
}
.titNoticias {
	width: 100px;
	background: url(../imagens/tit_noticias.gif) no-repeat;
}
.titPesquisa {
	width: 100px;
	background: url(../imagens/tit_pesquisa.gif) no-repeat;
}
.titCEVB {
	width: 116px;
	background: url(../imagens/tit_cevb.gif) no-repeat;
}
.titFaleConosco {
	width: 134px;
	background: url(../imagens/tit_fale_conosco.gif) no-repeat;
}
.titNewsletter {
	width: 114px;
	background: url(../imagens/tit_newsletter.gif) no-repeat;
}

