/* CSS Document */

body, td, th, input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
body {
	margin: 0;
	background: #FFFDE6 url(img_index/fundo.jpg) top repeat-x;
	text-align: center;
	}
#geral {
	width: 775px;
	background: url(img_index/geral_bac.jpg) left repeat-y;
	margin: 0 auto;
	}
.esquerda {
	width: 259px;
	vertical-align: top;
	}
.direita {
	width: 516px;
	vertical-align: top;
	}


.titulo {
	padding: 17px 25px 0 30px;
	font: bold 16px 'trebuchet ms', helvetica, sans-serif;
	color: #fff;
	background: url(img_pages/tit_bac.jpg);
	}
	
.conteudo {
	padding: 20px 25px 15px 5px;
	text-align: justify;
	}
.editor {
	font-size: 9pt;
	}
	
a {
	color: #F30;
	}
a:hover, a:active {
	color: #333;
	text-decoration: none;
	}
.Formulario {
	border: 1px solid #F30;
	}