/* ESTRUTURA */

body {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.bg_esq {
	background-image: url(../images/v2/bg_esq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_esq2 {
	background-image: url(../images/v2/bg_esq2.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.bg_dir {
	background-image: url(../images/v2/bg_dir.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_dir2 {
	background-image: url(../images/v2/bg_dir2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.bg_rodape_esq {
	background-image: url(../images/bg_rodape_esq.png);
	background-repeat: repeat-x;
	background-position: right top;
}

.bg_rodape_dir {
	background-image: url(../images/bg_rodape_dir.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.bg_rodape_top {
	background-image: url(../images/bg_rodape_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.bg_rodape {
	background-image: url(../images/bg_rodape.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_geral {
	/*background-image: url(../images/bg_geral.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}


/* FORMATAÇÃO TEXTO */

.txt_conteudo {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.txt_conteudo_link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.txt_conteudo_link:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.txt_conteudo_12 {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.txt_destaque {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #004d24;
	text-decoration: none;
	font-weight: bold;
}

.txt_destaque_link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #004d24;
	text-decoration: none;
	font-weight: bold;
}

.txt_destaque_link:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #004d24;
	text-decoration: underline;
	font-weight: bold;
}

.txt_not_data {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.txt_not_titulo {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #84ad95;
	text-decoration: none;
	font-weight: bold;
}

.txt_not_texto {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.txt_pequeno {
	font-family: Verdana, Tahoma;
	font-size: 9px;
	font-style: normal;
	color: #4b4b4b;
	text-decoration: none;
}

.txt_pequeno_link {
	font-family: Verdana, Tahoma;
	font-size: 9px;
	font-style: normal;
	color: #4b4b4b;
	text-decoration: none;
}

.txt_pequeno_link:hover {
	font-family: Verdana, Tahoma;
	font-size: 9px;
	font-style: normal;
	color: #4b4b4b;
	text-decoration: underline;
}

.txt_rodape {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 120%;
	text-decoration: none;
}

.txtCorpoDiretorTit {font-size:18px; letter-spacing:-1px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; color:#004000;}
.bgCorpoDiretorTit {background-color:#F8F8F8;}


/* OUTRAS FORMATAÇÕES */

.campo_form {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #c8d3ce;
	color: #000000;
}

.campo_form_webmail {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #c8d3ce;
	color: #000000;
}

.borda {
	border: 1px solid #c8d3ce;
}

.borda_thumbs {
	border: 10px solid #c8d3ce;
}

.borda_thumbs:hover {
	border: 10px solid #adc2b8;
}
.txt_destaqueGrande {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	color: #004d24;
	text-decoration: none;
	font-weight: bold;
}
.txt_conteudoNormal {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

