body {
	background: #525c66;
	background-image:url(../_design/fundo+site.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* TEXTOS */
.texto11cinza{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}
.texto11{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 14px;
}
.texto12{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
}
.textoPaginacao{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
}



/* TITULOS */

.tituloCamobiImoveis{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #FFF;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.tituloCamobiImoveisAssessoria{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
}


/* FORMS */
.forms{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	border: 1px solid #333;
	background-color: #EFEFEF;
}
.botaoBusca{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	border: 2px solid #FFF;
	background-color: #FC0;
}


/* TABELAS */
.busca{
	background-image:url(../_design/fundo+busca.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
