.ds {display:-moz-inline-box}
.lst {
	width:495px;
	float: left;
	font-size: 18px;
	border: 1px solid #FFFFFF;
	clear: left;
}
/* 
	Document   : simpleAutoComplete
	Created on : 14/03/2010, 13:27:12
	Author     : Wellington Ribeiro
	Description:
		Para estilizar o simpleAutoComplete
	Para não ter problema de posicionamento no IE6,
		deve-se setar width e height,
		ou então usar um hack em div.autocomplete
*/

div.autocomplete{
	position:absolute;
	width:550px;
	background-color:#FFFFFF;
	;
	font-size:18px;
	font-family: arial;
	background-image: url(setinha.png);
	background-repeat: no-repeat;
	background-position: 3% top;
	padding-top: 10px;
	color: #09A2EC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399FF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div.autocomplete ul{
	padding-left:0;
	margin:0;
	list-style:none
}
div.autocomplete ul li{
	cursor:pointer;
	color: #515151;
	text-transform: lowercase;
	font-size: 75%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
div.autocomplete ul li.sel{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #006393;
	color: #FFFFFF;
	font-weight: bold;
}
.center {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

body {
	background-color: #000000;
	margin: 0px;
	height: 100%;
}

#CampoBusca {
	width: 550px;
	background-color: #FFFFFF;
	height: 30px;
	margin: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
}
#InputBusca  {
	width: 510px;
	height: 31px;
	float: left;
	text-align: left;
}
#BuscaButao {
	float: right;
	cursor: pointer;
}
#logomarca  {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#corpo {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	margin-top: 5%;
}
.lst{
	float:right;
	font:18px arial,sans-serif bold;
	height:25px;
	margin:0;
	padding:5px 8px 0 6px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#links a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#links a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.Linkpreto {
	font-size: 1px;
	color: #000;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
