body  {
	font-family: arial;
	font-size: 11px;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

select, input, textarea, td  {
	font-family: arial;
	font-size: 11px;
}

#div_tudo{ 
	position: relative;
	width: 732px;
	margin: 0 auto;
	text-align: left;
	padding: 0;	
}

#div_topo{ 
	position: relative;
	padding: 0;  
	margin: 0;
}


#div_grupo{ 
	position: relative;
	padding: 0;  
	margin: 0;
	display: block;
}

#div_menu{
	position: absolute;
	width: 360px;
	padding: 0;
	margin-top: 10px;
	z-index: 20;
	left: 0;
	clip: rect(0 190px 490px 0);
	z-index:10000;
}

#div_conteudo { 
	position: relative;
	margin: 0 0 0 197px; 
	padding: 0; 
	text-align: justify;	
	margin-top: 10px;	
	width: 535px;
	color: #666666;
}

#div_rodape{ 
	padding: 0; 
	margin: 55px 0 0 0; 
	padding: 0;
}

A {
	text-decoration:none;
	color:#333333;
}

A:Hover { 
	color:#8b9dcb;
}


.botao {
	background: url(../imagens/fundo_botao.gif) repeat-x;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	padding: 0 5px 0 5px;
	margin-right: 20px;
}

.botao:hover {
	background: url(../imagens/fundo_botao_over.gif) repeat-x;
	color: #ffefca;
}

.noticias {
	color: #B2B2B2;
	border-bottom: 1px dashed #B2B2B2;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	margin-bottom: 10px;
}

.noticias:hover {
	text-decoration: underline;
}

#div_path {
	background-image: url(../imagens/bg_path.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	width: 532px;
	height: 19px;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


A.busca {
	display: block;
	text-decoration: none;
}
A.busca SPAN {
	display: block;
	font-weight: bold;
}


.titulo {
	font-weight: bold;
}


UL {
	margin: 0 0 -10px 0;
	padding-left: 0px;
}

LI { 
	list-style: none;
	background: url(../imagens/bolinha.gif) left top no-repeat;
	padding: 0 0 10px 12px;
}


TABLE.linhas {
	border-top: solid 1px #000000;
	border-collapse: collapse;
}

TABLE.linhas TD {
	border-bottom: solid 1px #000000;
	padding: 3px;
}

TD.borda_dir {
	border-right: solid 1px #000000;
}

.linha_dupla {
	display: block;
	line-height: 28px;
}

TABLE.altura TD {
	padding: 8px 0 8px 0;
}

.legenda{
	font-size:10px;
}

