.bg_conteudo {
	background-image: url(../imagens/bg_conteudo.jpg);
	background-repeat: repeat-y;
}
body {
	background-image: url(../imagens/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.txt_10_cinza {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.borda_base_cinza {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
.pad_TopoBase {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.titulo_laranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E36614;
	letter-spacing: -1px;
}

.txt_10_cinza a:hover {
	text-decoration: underline;
}
.txt_11_cinza {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.txt_11_cinza a:hover {
	text-decoration: underline;
}

.txt_11_laranja {
	font-family: tahoma;
	font-size: 11px;
	color: #E05915;
	text-decoration: none;
}

.txt_11_laranja a:link {
	text-decoration: underline;
}

.base_rodape {
	background-image: url(../imagens/bg_base.jpg);
	background-repeat: repeat-x;
}
.bg_rodape {
	background-image: url(../imagens/bg_rodape_2.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.borda_img {
	border: 1px solid #333333;
}
.formmail_campo {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
}
.formmail_button {
	font-family: Tahoma;
	color: #FFFFFF;
	border: 1px double #999999;
	font-size: 11px;
	background-color: #E05713;
}

