/* ESTRUTURA */

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

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


/* BACKGROUND'S */

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

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

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

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

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

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

/* seções */



/* FORMATAÇÃO DOS TEXTOS */

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

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

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

.txt_conteudo_secao {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #695568;
	text-decoration: none;
}

.txt_destaque {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #45273f;
	text-decoration: none;
}

.txt_destaque_link {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #45273f;
	text-decoration: none;
}

.txt_destaque_link:hover {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #45273f;
	text-decoration: underline;
}

.txt_destaque2 {
	font-family: Verdana, Tahoma;
	font-size: 13px;
	font-style: normal;
	color: #45273f;
	text-decoration: none;
}

.txt_branco {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-height: bold;
	text-decoration: none;
}

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

.txt_not_tit {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	color: #45273f;
	text-decoration: none;
	letter-spacing:-1px;
}

.txt_rodape_tit {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #383838;
	text-decoration: none;
}

.txt_rodape_endereco {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #383838;
	text-decoration: none;
}

/* captcha */
.txt_pequeno {
	font-family: Verdana, Tahoma;
	font-size: 9px;
	font-style: normal;
	color: #7c7c7c;
	text-decoration: none;
}

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

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


/* OUTROS */

.campo_form {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #45273f;
	text-decoration: none;
	border: 1px solid #45273f;
	padding: 4px;
}

.borda {
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: #CFCFCF;
	padding: 3px;
}
