body
{
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0 0px;
	text-align: center;
	background: #333333;
}



img
{

	border: 0;

	margin: 0;

	padding: 0;

}


a:link,
a:visited
{
	color: #714D00;
	font-weight: bold;
	text-decoration: none;
}





a:hover
{

  text-decoration: underline;

}



/* Centraliza o site na tela */

#tudo
{

	text-align: left; 

	width: 984px; 
	
	/* width: 984px; */
	
	float: center;

	margin: 0 auto;

	padding: 0 10px;
	
	background: #fff;

}




/* Exibe o conteúdo das páginas */
#conteudo
{

  width: 675px;

  margin: 0 5px 10px 10px;

  padding: 5px;

  float: left;
  border: solid 1px #ccc;

}



/* Estilo para o título da página */
.tituloPagina
{
	color: #795200;
}


.subtitulo
{
	color: #993300;
}


/* classe utilizada no destaque de trechos dentro de textos */
.txtDestaque
{
	color: #000000;
	font-weight: bold;
}


/* Estilo para botões de formulários */
.submit
{
	cursor: pointer;
	border: inset 1px #000;
}

