div.cabecalho {
	position: absolute;
	left: 20px;
	top: 0px;
	width: auto;
	height: auto;
	z-index: 50;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: none;
}
div.pesquisa {
	position: absolute;
	left: 690px;
	top: 85px;
	z-index:1000;
}
div.cabecalho a:link {
	color: #000000;
	text-decoration: none;
}
div.cabecalho a:hover {
	color: #000000;
	text-decoration: underline;
}
div.cabecalho a:visited {
	color: #000000;
	text-decoration: none;
}
div.cabecalho a:active {
	color: #000000;
	text-decoration: none;
}
