@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #4D4948;
	background-image: url(../imagens/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}
#empresa {
	z-index: 2;
	left: 0px;
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: 194px;
	height: 61px;
}
#carteira {
	z-index: 2;
	left: 0px;
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: 194px;
	height: 61px;
}
#resultados {
	z-index: 2;
	left: 0px;
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: 194px;
	height: 61px;
}
#dicas {
	z-index: 2;
	left: 0px;
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: 194px;
	height: 61px;
}
.combobt {	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	background: #4D4948;
	border: 1px solid #4D4948;
}
.comboform {	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #4D4948;
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #4D4948;
}