body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(imgs/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fundolocacao {
	background-image: url(imgs/imagens_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundocontato {
	background-image: url(imgs/imagens_05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundotabela {
	background-image: url(imgs/fundotabela.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.texto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #3a3a3a;
}
.texto_cod {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #3a3a3a;
}
.textobranco {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
}
.btenviar {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #e59733;
	background-color: #404040;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.textolaranja {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #e59733;
}
.fundointerno {
	background-image: url(imgs/fundointerno.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fundocontato2 {
	background-image: url(imgs/fundocontato2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.campodetexto {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #3a3a3a;
}
a.branco {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
}

a.branco:visited {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
}

a.branco:hover {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: underline;
}

a.branco:active {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
}
a.cinza {
	color: #3a3a3a;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a.cinza:visited {
	color: #3a3a3a;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a.cinza:hover {
	color: #3a3a3a;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: underline;
}

a.cinza:active {
	color: #3a3a3a;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

