<?xml version="1.0" encoding="UTF-8"  ?>
<!-- Created with iReport - A designer for JasperReports -->
<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
<jasperReport
		 name="INDIVIDUAL_CARTA_CORRECAO"
		 columnCount="1"
		 printOrder="Vertical"
		 orientation="Portrait"
		 pageWidth="595"
		 pageHeight="842"
		 columnWidth="535"
		 columnSpacing="0"
		 leftMargin="30"
		 rightMargin="30"
		 topMargin="20"
		 bottomMargin="20"
		 whenNoDataType="NoPages"
		 isTitleNewPage="false"
		 isSummaryNewPage="false">
	<property name="ireport.zoom" value="1.0" />
	<property name="ireport.x" value="0" />
	<property name="ireport.y" value="0" />
	<property name="ireport.scriptlethandling" value="0" />
	<property name="ireport.encoding" value="UTF-8" />
	<import value="java.util.*" />
	<import value="net.sf.jasperreports.engine.*" />
	<import value="net.sf.jasperreports.engine.data.*" />

	<parameter name="LOGO" isForPrompting="false" class="java.lang.String"/>
	<parameter name="NOME_EMPRESA" isForPrompting="true" class="java.lang.String"/>
	<parameter name="CNPJ_NOME" isForPrompting="true" class="java.lang.String"/>
	<parameter name="INSCRICAO" isForPrompting="true" class="java.lang.String"/>
	<parameter name="DATA_INICIAL" isForPrompting="false" class="java.util.Date"/>
	<parameter name="DATA_FINAL" isForPrompting="false" class="java.util.Date"/>
	<parameter name="IDENTIFICADOR" isForPrompting="true" class="java.lang.Long"/>
	<parameter name="INSCRICAO_ESTADUAL_NOME" isForPrompting="false" class="java.lang.String"/>
	<parameter name="SUBREPORT_DIR_IND" isForPrompting="false" class="java.lang.String"/>
	<parameter name="LOGO_RELATORIO" isForPrompting="false" class="net.sf.jasperreports.engine.JRImageRenderer"/>

	<field name="dataAtualizacao" class="java.sql.Timestamp">
		<fieldDescription><![CDATA[dataAtualizacao]]></fieldDescription>
	</field>
	<field name="dataCadastro" class="java.util.Date">
		<fieldDescription><![CDATA[dataCadastro]]></fieldDescription>
	</field>
	<field name="empresa" class="java.lang.Object">
		<fieldDescription><![CDATA[empresa]]></fieldDescription>
	</field>
	<field name="identificador" class="java.lang.Long">
		<fieldDescription><![CDATA[identificador]]></fieldDescription>
	</field>
	<field name="dataEmissao" class="java.util.Date">
		<fieldDescription><![CDATA[dataEmissao]]></fieldDescription>
	</field>
	<field name="itemCorrecao" class="java.util.List">
		<fieldDescription><![CDATA[itemCorrecao]]></fieldDescription>
	</field>
	<field name="tipoNota" class="java.lang.Short">
		<fieldDescription><![CDATA[tipoNota]]></fieldDescription>
	</field>
	<field name="numeroNota" class="java.lang.Integer">
		<fieldDescription><![CDATA[notaFiscalPropria.numeroNota]]></fieldDescription>
	</field>
	<field name="serieNota" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.serie]]></fieldDescription>
	</field>
	<field name="nomeTransportador" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.dadosTransNfPropria.transportador.pessoa.nome]]></fieldDescription>
	</field>
	<field name="notaFiscalPropria" class="java.lang.Object"/>
	<field name="dataEmissaoNota" class="java.util.Date">
		<fieldDescription><![CDATA[notaFiscalPropria.dataEmissaoNota]]></fieldDescription>
	</field>
	<field name="cnpj" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.complemento.cnpj]]></fieldDescription>
	</field>
	<field name="inscricaoEstadualEmp" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.complemento.inscEst]]></fieldDescription>
	</field>
	<field name="logradouro" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.logradouro]]></fieldDescription>
	</field>
	<field name="numero" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.numero]]></fieldDescription>
	</field>
	<field name="bairro" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.bairro]]></fieldDescription>
	</field>
	<field name="cep" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.cep]]></fieldDescription>
	</field>
	<field name="cidade" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.cidade.descricao]]></fieldDescription>
	</field>
	<field name="uf" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.cidade.uf.sigla]]></fieldDescription>
	</field>
	<field name="nomeCliente" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.unidadeFatCliente.cliente.pessoa.nome]]></fieldDescription>
	</field>
	<field name="logradouroCliente" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.unidadeFatCliente.cliente.pessoa.endereco.logradouro]]></fieldDescription>
	</field>
	<field name="bairroCliente" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.unidadeFatCliente.cliente.pessoa.endereco.bairro]]></fieldDescription>
	</field>
	<field name="cepCliente" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.unidadeFatCliente.cliente.pessoa.endereco.cep]]></fieldDescription>
	</field>
	<field name="cidadeCliente" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.unidadeFatCliente.cliente.pessoa.endereco.cidade.descricao]]></fieldDescription>
	</field>
	<field name="numeroCliente" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.unidadeFatCliente.cliente.pessoa.endereco.numero]]></fieldDescription>
	</field>
	<field name="ufCliente" class="java.lang.String">
		<fieldDescription><![CDATA[notaFiscalPropria.unidadeFatCliente.cliente.pessoa.endereco.cidade.uf.sigla]]></fieldDescription>
	</field>

	<variable name="dataRel" class="java.util.Date" resetType="Page" calculation="Nothing">
		<initialValueExpression><![CDATA[new java.util.Date()]]></initialValueExpression>
	</variable>
		<background>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</background>
		<title>
			<band height="229"  isSplitAllowed="true" >
				<line direction="TopDown">
					<reportElement
						x="0"
						y="50"
						width="535"
						height="1"
						key="line-4"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Solid"/>
</graphicElement>
				</line>
				<staticText>
					<reportElement
						mode="Opaque"
						x="0"
						y="53"
						width="535"
						height="14"
						backcolor="#CCCCCC"
						key="staticText-5"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Top">
						<font pdfFontName="Helvetica-Bold" size="10" isBold="true"/>
					</textElement>
				<text><![CDATA[Carta Correção]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="154"
						y="3"
						width="381"
						height="15"
						key="textField-18"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Top">
						<font pdfFontName="Helvetica-Bold" size="10" isBold="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{NOME_EMPRESA}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="203"
						y="18"
						width="27"
						height="10"
						key="staticText-26"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font pdfFontName="Helvetica-BoldOblique" size="7" isBold="true" isItalic="true"/>
					</textElement>
				<text><![CDATA[CNPJ :]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="350"
						y="18"
						width="77"
						height="10"
						key="staticText-27"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font pdfFontName="Helvetica-BoldOblique" size="7" isBold="true" isItalic="true"/>
					</textElement>
				<text><![CDATA[Inscrição Estadual :]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="231"
						y="18"
						width="80"
						height="10"
						key="textField-19"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{cnpj}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="428"
						y="18"
						width="85"
						height="10"
						key="textField-20"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement verticalAlignment="Middle">
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{inscricaoEstadualEmp}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="154"
						y="28"
						width="380"
						height="12"
						key="textField-21"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{logradouro}+", "+$F{numero}+", "+$F{bairro}+", CEP: "+$F{cep}+". "+$F{cidade}+" - "+ $F{uf}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="0"
						y="93"
						width="535"
						height="16"
						key="staticText-28"/>
					<box></box>
					<textElement>
						<font/>
					</textElement>
				<text><![CDATA[Prezado(s) Senhor(es) : REF.: Conferência de Documento Fiscal e Comunicação de Incorreções:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="0"
						y="185"
						width="535"
						height="44"
						key="staticText-31"
						positionType="Float"/>
					<box></box>
					<textElement textAlignment="Justified">
						<font/>
					</textElement>
				<text><![CDATA[            Em face do que determina  a legislação  fiscal  vigente, vimos pela presente comunicar-lhe(s) que a NOTA FISCAL em referência contém a(s) irregularidade(s) que abaixo apontamos, cuja correção solicitamos seja providenciada imediatamente.]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="78"
						y="167"
						width="445"
						height="16"
						key="textField-22"
						positionType="Float">
							<printWhenExpression><![CDATA[new Boolean($F{tipoNota}.intValue()==0)]]></printWhenExpression>
						</reportElement>
					<box></box>
					<textElement>
						<font/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["Série: "+$F{serieNota}+", Número: "+$F{numeroNota}+", Data Emissão: "+
new java.text.SimpleDateFormat("dd/MM/yyyy").format($F{dataEmissaoNota})]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" pattern="EEEEE dd MMMMM yyyy" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="78"
						width="535"
						height="12"
						key="textField"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$V{dataRel}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="0"
						y="113"
						width="63"
						height="14"
						key="staticText-32"/>
					<box></box>
					<textElement>
						<font pdfFontName="Helvetica-Bold" isBold="true"/>
					</textElement>
				<text><![CDATA[A(o)]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="66"
						width="535"
						height="12"
						key="textField"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{cidade}+" - "+$F{uf}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="40"
						y="127"
						width="276"
						height="18"
						key="textField"/>
					<box></box>
					<textElement>
						<font/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{nomeCliente}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="40"
						y="145"
						width="495"
						height="18"
						key="textField"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{logradouroCliente}+", "+$F{numeroCliente}+", "+$F{bairroCliente}+", "
+", "+$F{cidadeCliente}+" - "+$F{ufCliente}]]></textFieldExpression>
				</textField>
				<image  onErrorType="Blank" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="0"
						y="0"
						width="154"
						height="52"
						key="image-1"/>
					<box></box>
					<graphicElement stretchType="NoStretch"/>
					<imageExpression class="net.sf.jasperreports.engine.JRRenderable"><![CDATA[$P{LOGO_RELATORIO}]]></imageExpression>
				</image>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="2"
						y="167"
						width="79"
						height="16"
						key="textField-24"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font pdfFontName="Helvetica-Bold" isBold="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[($F{notaFiscalPropria} instanceof mentorcore.model.vo.NotaFiscalPropria)?
"Nossa nota:":"Sua Nota:"]]></textFieldExpression>
				</textField>
			</band>
		</title>
		<pageHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</pageHeader>
		<columnHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnHeader>
		<detail>
			<band height="13"  isSplitAllowed="true" >
				<subreport  isUsingCache="true">
					<reportElement
						x="0"
						y="1"
						width="535"
						height="11"
						key="subreport-1"
						isRemoveLineWhenBlank="true"/>
					<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{itemCorrecao})]]></dataSourceExpression>
					<subreportExpression  class="java.lang.String"><![CDATA[$P{SUBREPORT_DIR_IND} + "SUB_IND_CARTA_CORRECAO_ITENS.jasper"]]></subreportExpression>
				</subreport>
			</band>
		</detail>
		<columnFooter>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnFooter>
		<pageFooter>
			<band height="15"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="505"
						y="0"
						width="11"
						height="15"
						key="textField-8"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" size="9" isBold="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Report" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="524"
						y="0"
						width="11"
						height="15"
						key="textField-9"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" size="9" isBold="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="516"
						y="0"
						width="8"
						height="15"
						key="staticText-8"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" isBold="true"/>
					</textElement>
				<text><![CDATA[/]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="RemotePage"  hyperlinkTarget="Self" >
					<reportElement
						x="386"
						y="1"
						width="119"
						height="14"
						forecolor="#0099FF"
						key="textField-17"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Oblique" size="9" isItalic="true" isUnderline="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["www.contatosistemas.com"]]></textFieldExpression>
						<hyperlinkReferenceExpression><![CDATA["HTTP://WWW.CONTATOSISTEMAS.COM"]]></hyperlinkReferenceExpression>
				</textField>
			</band>
		</pageFooter>
		<summary>
			<band height="231"  isSplitAllowed="true" >
				<staticText>
					<reportElement
						x="0"
						y="1"
						width="535"
						height="68"
						key="staticText-33"/>
					<box></box>
					<textElement textAlignment="Justified">
						<font/>
					</textElement>
				<text><![CDATA[             Para evitar-se qualquer sanção fiscal, solicitamos acusarem o recebimento desta, na cópia que a acompanha, devendo a via de V. S(as) ficar arquivada juntamente com a Nota Fiscal em questão. Favor devolver a 2a via assinada.
  	            Sem outro motivo para o momento, subscremo-nos.
	              Atenciosamente,]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="25"
						y="101"
						width="488"
						height="1"
						key="line-6"/>
					<graphicElement stretchType="NoStretch"/>
				</line>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="68"
						y="102"
						width="381"
						height="15"
						key="textField-23"/>
					<box>					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Top">
						<font pdfFontName="Helvetica" size="10" isBold="false"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{NOME_EMPRESA}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="69"
						y="116"
						width="384"
						height="15"
						key="staticText-34"/>
					<box></box>
					<textElement textAlignment="Center">
						<font/>
					</textElement>
				<text><![CDATA[Acusamos o recebimento da 1a. via]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="25"
						y="159"
						width="488"
						height="1"
						key="line-7"/>
					<graphicElement stretchType="NoStretch"/>
				</line>
				<staticText>
					<reportElement
						x="79"
						y="160"
						width="384"
						height="15"
						key="staticText-35"/>
					<box></box>
					<textElement textAlignment="Center">
						<font/>
					</textElement>
				<text><![CDATA[Local e data]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="25"
						y="204"
						width="488"
						height="1"
						key="line-8"/>
					<graphicElement stretchType="NoStretch"/>
				</line>
				<staticText>
					<reportElement
						x="79"
						y="205"
						width="384"
						height="15"
						key="staticText-36"/>
					<box></box>
					<textElement textAlignment="Center">
						<font/>
					</textElement>
				<text><![CDATA[Carimbo/Assinatura]]></text>
				</staticText>
			</band>
		</summary>
</jasperReport>
