body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
   background:#231f20;
}
#geral {
	width: 955px;
	margin: 0px auto;
	background: url(../imagens/conteudo.jpg) repeat-y;
}

#geral_precat {
	width: 955px;
	margin: 0px auto;
	background: #CECECE;
}
#topo {
	background: url(../imagens/topo.jpg);
	height: 195px;
	width: 955px;
}
#conteudo{
	padding-left: 70px;
	padding-right: 70px;
}
#rodape{
	background: url(../imagens/rodape.jpg);
	height: 99px;
}
a:link,
a:visited {
	color: #d21820;
	text-decoration: none;
}
a:hover,
a:active {
	color: #231F20;
	text-decoration: none;
}
#menu{
	padding-top: 50px;
	text-align: center;
}
#menu a:link,
#menu a:visited {
	color: #231F20;
	text-decoration: none;
}
#menu a:hover,
#menu a:active {
	color: #d21820;
}
#menu2{
	text-align: center;
	font-size: 18px;
}
#menu2 a:link,
#menu2 a:visited {
	color: #231F20;
	text-decoration: none;
}
#menu2 a:hover,
#menu2 a:active {
	color: #d21820;
}
#rodape2{
	background: url(../imagens/rodape2.jpg);
	height: 75px;
}
#geral2 {
	width: 955px;
	margin: 0px auto;
	text-align: center;
	background: url(../imagens/fundo.jpg);
}

#precatlist{
	background-color:#CECECE;
	color:#5C5C5C;
	text-align: center;
}
#precatlist2{
	background-color:#5C5C5C;
	color:#CECECE;
	text-align: center;
}
#geral2{
	background: #CECECE;
	width:955px;
	
}
#centro {
	text-align: center;
}
#tabela-precat {
	text-align: left;
	width: 95%;
}
#tabela-precat th {
	background-color: black;
	color: white;
}
#tabela-precat td {
	border-bottom: 1px dotted gray;
}