<?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_RECEITA_AGRONOMICA"
		 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.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="NOME_EMPRESA" isForPrompting="false" class="java.lang.String"/>
	<parameter name="LOGO" isForPrompting="false" class="java.lang.String"/>
	<parameter name="SUBREPORT_DIR_IND" isForPrompting="false" class="java.lang.String">
		<defaultValueExpression ><![CDATA["D:\\Projetos\\Projeto Mentor\\Mentor\\relatorios\\individuais\\arquivosFontes\\"]]></defaultValueExpression>
	</parameter>
	<parameter name="LOGO_RELATORIO" isForPrompting="false" class="net.sf.jasperreports.engine.JRImageRenderer"/>

	<field name="dataCadastro" class="java.util.Date">
		<fieldDescription><![CDATA[dataCadastro]]></fieldDescription>
	</field>
	<field name="empresa" class="mentor.model.vo.Empresa">
		<fieldDescription><![CDATA[empresa]]></fieldDescription>
	</field>
	<field name="itemReceitaAgronomica" class="java.util.List">
		<fieldDescription><![CDATA[itemReceitaAgronomica]]></fieldDescription>
	</field>
	<field name="notaPropria" class="mentor.model.vo.NotaFiscalPropria">
		<fieldDescription><![CDATA[notaPropria]]></fieldDescription>
	</field>
	<field name="numeroReceita" class="java.lang.Long">
		<fieldDescription><![CDATA[numeroReceita]]></fieldDescription>
	</field>
	<field name="tecnicoAgricola" class="mentor.model.vo.TecnicoAgricola">
		<fieldDescription><![CDATA[tecnicoAgricola]]></fieldDescription>
	</field>
	<field name="localizacao" class="java.lang.String">
		<fieldDescription><![CDATA[notaPropria.unidadeFatCliente.endereco.logradouro]]></fieldDescription>
	</field>
	<field name="nomeCliente" class="java.lang.String">
		<fieldDescription><![CDATA[notaPropria.unidadeFatCliente.cliente.pessoa.nome]]></fieldDescription>
	</field>
	<field name="propriedade" class="java.lang.String">
		<fieldDescription><![CDATA[notaPropria.unidadeFatCliente.descricao]]></fieldDescription>
	</field>
	<field name="inscricaoEstadual" class="java.lang.String">
		<fieldDescription><![CDATA[notaPropria.unidadeFatCliente.inscricaoEstadual]]></fieldDescription>
	</field>
	<field name="municipio" class="java.lang.String">
		<fieldDescription><![CDATA[notaPropria.unidadeFatCliente.endereco.cidade.descricao]]></fieldDescription>
	</field>
	<field name="logradouro" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.logradouro]]></fieldDescription>
	</field>
	<field name="cep" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.cep]]></fieldDescription>
	</field>
	<field name="bairro" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.bairro]]></fieldDescription>
	</field>
	<field name="numero" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.numero]]></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.descricao]]></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="cpfTecAgricola" class="java.lang.String">
		<fieldDescription><![CDATA[tecnicoAgricola.pessoa.complemento.cnpj]]></fieldDescription>
	</field>
	<field name="nomeTecAgricola" class="java.lang.String">
		<fieldDescription><![CDATA[tecnicoAgricola.pessoa.nome]]></fieldDescription>
	</field>
	<field name="crea" class="java.lang.String">
		<fieldDescription><![CDATA[tecnicoAgricola.crea]]></fieldDescription>
	</field>
	<field name="logradouroTecAgricola" class="java.lang.String">
		<fieldDescription><![CDATA[tecnicoAgricola.pessoa.endereco.logradouro]]></fieldDescription>
	</field>
	<field name="cidadeTecAgricola" class="java.lang.String">
		<fieldDescription><![CDATA[tecnicoAgricola.pessoa.endereco.cidade.descricao]]></fieldDescription>
	</field>
	<field name="ufTecAgricola" class="java.lang.String">
		<fieldDescription><![CDATA[tecnicoAgricola.pessoa.endereco.cidade.uf.descricao]]></fieldDescription>
	</field>
	<field name="numeroNota" class="java.lang.Integer">
		<fieldDescription><![CDATA[notaPropria.numeroNota]]></fieldDescription>
	</field>

	<variable name="COUNT_PROD" class="java.lang.Integer" resetType="Report" incrementType="Column" calculation="Count">
		<initialValueExpression><![CDATA[new Integer("0")]]></initialValueExpression>
	</variable>
		<background>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</background>
		<title>
			<band height="84"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="154"
						y="2"
						width="381"
						height="15"
						key="textField-1"/>
					<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="17"
						width="27"
						height="10"
						key="staticText-1"/>
					<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="17"
						width="77"
						height="10"
						key="staticText-2"/>
					<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="17"
						width="80"
						height="10"
						key="textField-2"/>
					<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="17"
						width="85"
						height="10"
						key="textField-3"/>
					<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>
				<staticText>
					<reportElement
						x="1"
						y="64"
						width="42"
						height="10"
						key="staticText-25"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Produtor:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="74"
						width="42"
						height="10"
						key="staticText-26"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Localização:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="236"
						y="64"
						width="42"
						height="10"
						key="staticText-27"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Propriedade:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="236"
						y="74"
						width="42"
						height="10"
						key="staticText-28"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Munípio:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="427"
						y="64"
						width="47"
						height="10"
						key="staticText-29"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Inscrição Est.:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="44"
						y="74"
						width="192"
						height="10"
						key="textField"/>
					<box></box>
					<textElement verticalAlignment="Middle">
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{localizacao}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="44"
						y="64"
						width="192"
						height="10"
						key="textField"/>
					<box></box>
					<textElement verticalAlignment="Middle">
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{nomeCliente}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="280"
						y="64"
						width="146"
						height="10"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{propriedade}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="475"
						y="64"
						width="60"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{inscricaoEstadual}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="280"
						y="75"
						width="254"
						height="9"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{municipio}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="154"
						y="27"
						width="380"
						height="12"
						key="textField-9"/>
					<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="154"
						y="39"
						width="82"
						height="11"
						key="staticText-36"/>
					<box></box>
					<textElement verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" size="8" isBold="true"/>
					</textElement>
				<text><![CDATA[Receita Agronômica ]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="258"
						y="39"
						width="34"
						height="11"
						key="staticText-37"/>
					<box></box>
					<textElement verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" size="8" isBold="true"/>
					</textElement>
				<text><![CDATA[Número: ]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="346"
						y="39"
						width="24"
						height="11"
						key="staticText-38"/>
					<box></box>
					<textElement verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" size="8" isBold="true"/>
					</textElement>
				<text><![CDATA[Data:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="292"
						y="39"
						width="51"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.lang.Long"><![CDATA[$F{numeroReceita}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" pattern="dd MMMMM yyyy" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="370"
						y="39"
						width="66"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$F{dataCadastro}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="0"
						y="52"
						width="535"
						height="12"
						key="staticText-39"/>
					<box>					<pen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Identificação do Produtor]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="437"
						y="39"
						width="39"
						height="11"
						key="staticText-44"/>
					<box></box>
					<textElement verticalAlignment="Middle">
						<font pdfFontName="Helvetica-Bold" size="8" isBold="true"/>
					</textElement>
				<text><![CDATA[Nr. Nota:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="473"
						y="39"
						width="62"
						height="11"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.lang.Integer"><![CDATA[$F{numeroNota}]]></textFieldExpression>
				</textField>
				<image  onErrorType="Blank" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="1"
						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>
			</band>
		</title>
		<pageHeader>
			<band height="12"  isSplitAllowed="true" >
				<staticText>
					<reportElement
						x="0"
						y="0"
						width="535"
						height="12"
						key="staticText-3"/>
					<box>					<pen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Diagnóstico e Produtos Recomendados]]></text>
				</staticText>
			</band>
		</pageHeader>
		<columnHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnHeader>
		<detail>
			<band height="15"  isSplitAllowed="true" >
				<subreport  isUsingCache="true">
					<reportElement
						x="-1"
						y="0"
						width="536"
						height="15"
						key="subreport-1"
						positionType="Float"/>
					<dataSourceExpression><![CDATA[new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{itemReceitaAgronomica})]]></dataSourceExpression>
					<subreportExpression  class="java.lang.String"><![CDATA[$P{SUBREPORT_DIR_IND} + "SUB_IND_ITEM_REC_AGRONOMICA.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="502"
						y="0"
						width="11"
						height="15"
						key="textField-7"/>
					<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="521"
						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>
				<staticText>
					<reportElement
						x="513"
						y="0"
						width="8"
						height="15"
						key="staticText-24"/>
					<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="397"
						y="1"
						width="105"
						height="12"
						forecolor="#0099FF"
						key="textField-6"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Oblique" size="7" 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="107"  isSplitAllowed="true" >
				<staticText>
					<reportElement
						x="0"
						y="12"
						width="36"
						height="10"
						key="staticText-32"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="6" isBold="true"/>
					</textElement>
				<text><![CDATA[Nome:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="0"
						y="22"
						width="36"
						height="10"
						key="staticText-33"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="6" isBold="true"/>
					</textElement>
				<text><![CDATA[Endereço:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="241"
						y="12"
						width="42"
						height="10"
						key="staticText-34"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="6" isBold="true"/>
					</textElement>
				<text><![CDATA[CPF:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="391"
						y="12"
						width="42"
						height="10"
						key="staticText-35"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="6" isBold="true"/>
					</textElement>
				<text><![CDATA[CREA:]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="38"
						y="12"
						width="203"
						height="10"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{nomeTecAgricola}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="284"
						y="12"
						width="107"
						height="10"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{cpfTecAgricola}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="436"
						y="13"
						width="99"
						height="10"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{crea}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="38"
						y="22"
						width="497"
						height="10"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="6"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{logradouroTecAgricola}+", "+$F{cidadeTecAgricola}+", "+$F{ufTecAgricola}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="-2"
						y="0"
						width="535"
						height="12"
						key="staticText-40"/>
					<box>					<pen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
</box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Identificação do Técnico Agrícola]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="1"
						y="67"
						width="255"
						height="1"
						key="line-4"/>
					<graphicElement stretchType="NoStretch"/>
				</line>
				<line direction="TopDown">
					<reportElement
						x="279"
						y="67"
						width="255"
						height="1"
						key="line-5"/>
					<graphicElement stretchType="NoStretch"/>
				</line>
				<staticText>
					<reportElement
						x="1"
						y="68"
						width="254"
						height="11"
						key="staticText-41"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Assinatura]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="280"
						y="68"
						width="254"
						height="11"
						key="staticText-42"/>
					<box></box>
					<textElement textAlignment="Center">
						<font size="7"/>
					</textElement>
				<text><![CDATA[Assinatura do Usuário ou Representante]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="0"
						y="80"
						width="533"
						height="27"
						key="staticText-43"/>
					<box></box>
					<textElement textAlignment="Justified">
						<font size="5"/>
					</textElement>
				<text><![CDATA[* Leia e siga as instruções dos rótulos, bula ou folheto explicativo. Utilize o Equipamento de Proteção Individual (EPI) recomendado de acordo com o produto utilizado, conforme informado nesta receita e na bula do produto. Utilize equipamentos em bom estado de conservação e em perfeito funcionamento, sem vazamentos. Em caso de acidentes, remova a vítima para local arejado, mantendo-a paciente e calma. Não administre nenhum tipo de medição sem antes consultar um médido. PROCURE IMEDIAMENTE UM MÉDICO, LEVANDO CONSIGO A BULA DO PRODUTO. Devolva as embalagens dos produtos lavadas nos postos de coleta ou aonde foi efetuada a compra, e exija o comprovante de entrega.]]></text>
				</staticText>
			</band>
		</summary>
</jasperReport>
