/*
 - Autor: Daniel F. Fontana <danifontana@gmail.com>
 - Abril de 2007
/* CSS Document */
body{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	FONT-FAMILY: "trebuchet MS";
	TEXT-ALIGN: center;
	background-color:#2E2E2E;
}
#estrutura {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px auto;
	OVERFLOW: hidden;
	WIDTH: 780px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
}

/** DEFINIÇÂO DE ESTILOS PARA TEXTO E TABELAS **/
.endereco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #000000;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	background-image: url(imagens/back-endereco.jpg);
	background-repeat: no-repeat;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C0C0;
	height: 15px;
}
.input-busca {
	font-family: "trebuchet MS";
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #000000;
	border: 1px solid #666666;
}
.input {
	font-family: "trebuchet MS";
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #000000;
	border: 1px solid #FED41D;
}
.button {
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(imagens/bnt.jpg);
	border: 1px solid #000000;
	padding: 2px;
	cursor: pointer;
}
.bntRemover {
	font-size: 10px;
	color:#FFFFFF;
	background-image: url(imagens/bntRemover.jpg);
	border: 0px;
	padding: 2px;
	cursor: pointer;
	width:65px;
}
.bntRemover2 {
	font-size: 10px;
	color:#FFFFFF;
	background-image: url(imagens/bntRemover2.jpg);
	border: 0px;
	padding: 2px;
	cursor: pointer;
	width:65px;
}
.bntOrcamento {
	font-size: 10px;
	background-image: url(imagens/bntOrcamento.jpg);
	border: 0px;
	padding: 2px;
	cursor: pointer;
	width:65px;
}
.bntOrcamento2 {
	font-size: 10px;
	background-image: url(imagens/bntOrcamento2.jpg);
	border: 0px;
	padding: 2px;
	cursor: pointer;
	width:65px;
}
.textarea {
	font-family: "trebuchet MS";
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 18px;
	color: #000000;
	border: 1px solid #FED41D;
}
.titulo {
	font-family: "trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.texto {
	font-family: "trebuchet MS";
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #000000;
	line-height: 18px;
}
.texto-branco {
	font-family: "trebuchet MS";
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	line-height: 18px;
}
.texto:hover {
	text-decoration: none;
}
.oferta {
	font-family: "trebuchet MS";
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 8px;
	line-height: 30px;
}
.link {
	font-family: "trebuchet MS";
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
}
.link:hover{
	text-decoration: underline;
}