body
{
	background-color: transparent;
	width: 1000px;
	margin: 0 auto;
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
}

.caixa {
	margin: 5px;
	border: 1px solid #E5D8B8;
	padding: 5px;
	font-size: 10pt;
}
.tituloCaixa {
	background-color: #E5D8B8;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #643214;

}
.caixaFixa {
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	margin: 4px 2px 4px;
}

.elemento {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #916851;
}
.textoElemento {
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	margin: 4px 2px 4px;

}
.textoElemento2 {
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	margin-top: 10px;

}
.caixaElemento {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.tituloCaixaSeccao {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	background-color: #C76228;
	padding: 5px;
	border-top: 0 solid #E5D8B8;
	border-right: 0 solid #E5D8B8;
	border-bottom: 1px solid #E5D8B8;
	border-left: 0 solid #E5D8B8;
}

.red{
	color: #E5D8B8;
	font-size: 12pt;
	font-weight: bolder;
}

.footer{
	padding-left: 7px;
	padding-top: 10px;
	color: #CCCCCC;
	font-style:italic;
	font-size:10px;
}

h1 {
	font-size: 15pt;
	color: #d09052;
	width: 100%;
}
.cabecalho {
	background-color: transparent;
	position: relative;
	width: 450px;
	left: 350px;
	top: 15px;
	height: 120px;
	float: left;
	z-index: 1;
}
.caixaCabecalho {
	width: 100%;
	background-color: transparent;
	margin-top: 40px;
	margin-bottom: 20px
}

dl{
	margin: 0px;
}