/* CSS Document */
#geral{
	width:740px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	text-align:center;
}

#topo{
	width:740px;
	height:103px;
	background-image: url(../tabela_nova/topo.gif);
	background-repeat:no-repeat;
	float:left;
}

#menu{
	background-image: url(../tabela_nova/fundo.jpg);
	background-repeat:repeat-y;
	width:740px;
	float:left;
	padding-left:13px;
	padding-right:13px;
	text-align:left;
}

#conteudo{
	width:714px;
	background-image: url(../tabela_nova/fundo.jpg);
	background-repeat:repeat-y;
	float:left;
	padding:13px;
	text-align:left;
}

#rodape{
	width:740px;
	height:10px;
	font-size:10px;
	background-image: url(../tabela_nova/fundoRodape.jpg);
	background-repeat:repeat-x;
	float:left;
}

.tituloCaixa{
	background-color:#CAD234;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.texto_anuncio{
	background-color:#CAD234;
	width:100%;
	font-size:12px;
	color:#FFFFFF;
	
}

h2{
	text-transform:uppercase;
	font-size:16px;
	color:#CAD234;
	font-weight:bold;
}

h3{
	text-transform:uppercase;
	font-size:16px;
	color:#CAD234;
	font-weight:bold;
	text-align:center;
}

li{
	list-style:none;
}

a{
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:hover{
	font-size:9px;
	font-weight:bold;
	color:#CAD234;
	text-decoration:none;
}