#pesquisa {
	padding-left: 	55px;
	padding-top: 	9px;
	height: 		31px;
	width: 			400px;
	float: 			left;
}

#conteudo {
	width:			914px;
	float:			left;
	margin-left:	20px;
	margin-bottom:	20px;
	margin-top:		20px;
}

#resultados {
	width: 			915px;
}

tr.rotulos {
	height: 			30px;
	background-color:	#AA3E35;
	color: 				white;
}

tr.inteiro td {
	text-align: center;
	border-bottom:		1px solid #8C2214;
	border-right: 		1px solid white;
}

tr.rotulos td, tr.rotulos th {
	padding-top: 	8px;
	padding-left: 	10px;
}

td.meio {
	border-right: 	1px solid #8C2214;
}

td.fim {
	border-right: 	none;
}

td.dados {
	padding-left: 	10px;
	padding-top: 	4px;
	height:			16px;
}

tr.even td {
	background-color: #e8dad9;
	padding:5px;
}

tr.odd td {
	background-color: #f3f3f1;
	padding:5px;
}

.texto{
	color:#645F5F;
}
		 
/*Hs */

h2 {
	font-size:15px;
	color:#FFF;
	background-color:#BFB7A2;
	padding-left:33px;
	padding-top:11px;
	padding-bottom:11px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
}

/*links */
a:link {
	color:#000; 
	text-decoration:none;
}

a:hover {
	color:#000;
}

a:visited {
	color:#000;
	text-decoration:none;
}
