table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	bottom: auto;
	position: static;


}
input {
	border: 1px solid #666666;
	background-color: #F2F2F2;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
form {
	float: left;
	height: 18px;
	width: 30px;
	position: static;
	clear: ambos;
}

/* -- Tela de resultado da busca -- */
h2{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #E08912;
	text-align: center;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;

}
.ResultadoBusca{
	margin: 0px;
	background-color: #B1BBC8;
	background-repeat: repeat;
	SCROLLBAR-ARROW-COLOR: #B5BEC3;
}
#Busca{
	margin-left: 11%;
	margin-right: 11%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 770px;
	height: 610px;
}
#Menu{
	width: 770px;
	height: 22px;
	background-image: url(../images/busca_01.jpg);
	background-repeat: no-repeat;
}
#Esquerda{
	float: left;
	width: 214px;
	height: 566px;
	background-image: url(../images/busca_esq.jpg);
	background-repeat: no-repeat;
}
#Centro{
	float: left;
	width: 470px;
	height: 566px;
}
#Topo{
	width: 470px;
	height: 71px;
	background-image: url(../images/busca_top_1.jpg);
	background-repeat: no-repeat;
}
#Titulo{
	width: 470px;
	height: 52px;
	background-image: url(../images/busca_top_2.jpg);
	background-repeat: no-repeat;
}
#Direita{
	float: right;
	width: 86px;
	height: 566px;
	background-image: url(../images/busca_dir.jpg);
	background-repeat: no-repeat;
}
#Resultado{
	overflow: auto;
	width: 470px;
	height: 443px;
	background-image: url(../images/busca_fundo_resultado.jpg);
	background-repeat: repeat;
	vertical-align: top;
	clear: right;
}
