
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

.tabela_principal {
	background-color:#474B53;
}

.tabela_rodape {
	background-image: url("imgs/fundo_rodape.jpg");
	background-repeat: repeat-x;
	background-color:#474B53;
}

.tabela_contato {
	background-image: url("imgs/fundo_contato.jpg");
	background-color:#474B53;
}

.tabela_conteudo {
	background-color:#D1D2D4;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.texto_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	TEXT-DECORATION: none;
}


input.formulario {
	background-color:white;
	width: 270px; 
	border-color:#FFFFFF; 
	border-style:solid; 
	border-width:3px; 
	font-size:11px; 
	color:#333333; 
	font-family:verdana
}


textarea.formulario {
	background-color:white;
	width: 380px; 
	border-color:#FFFFFF; 
	border-style:solid; 
	border-width:3px; 
	font-size:11px; 
	color:#333333; 
	font-family:verdana
}
