<?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_ORDEM_SERVICO2"
		 columnCount="1"
		 printOrder="Vertical"
		 orientation="Portrait"
		 pageWidth="595"
		 pageHeight="842"
		 columnWidth="573"
		 columnSpacing="0"
		 leftMargin="11"
		 rightMargin="11"
		 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="NomeEmpresa" isForPrompting="true" class="java.lang.String"/>
	<parameter name="LOGO" isForPrompting="false" class="java.lang.String">
		<defaultValueExpression ><![CDATA["C:/LogoContato.png"]]></defaultValueExpression>
	</parameter>
	<parameter name="ID" isForPrompting="true" class="java.lang.Long">
		<defaultValueExpression ><![CDATA[new Long(1)]]></defaultValueExpression>
	</parameter>
	<parameter name="CNPJ" isForPrompting="true" class="java.lang.String"/>
	<parameter name="NOME_EMPRESA" isForPrompting="true" class="java.lang.String"/>
	<parameter name="DATA_FINAL" isForPrompting="false" class="java.util.Date"/>
	<parameter name="DATA_INICIAL" isForPrompting="false" class="java.util.Date"/>
	<parameter name="INSCRICAO" isForPrompting="true" 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"/>
	<queryString><![CDATA[select F.*     ,
       E.*     ,
       DC.*    ,
       P.*     ,
       PC.*    ,
       UF.SIGLA            
from FORNECEDOR                    F
left join PESSOA                   P    on  P.ID_PESSOA      = ID_FORNECEDOR 
left join ENDERECO                 E    on  P.ID_END         = E.ID_END
left join UF                            on  E.UF             = UF.ID_UF
left join DADOS_COMPLEMENTARES     DC   on  P.ID_COMP        = DC.ID_COMP
left join PLANO_CONTA              PC   on  F.ID_PLANO_CONTA = PC.ID_PLANO_CONTA
where ID_FORNECEDOR = $P{ID}]]></queryString>

	<field name="reduzida" class="java.lang.String">
		<fieldDescription><![CDATA[planoConta.reduzida]]></fieldDescription>
	</field>
	<field name="codigo" class="java.lang.String">
		<fieldDescription><![CDATA[planoConta.codigo]]></fieldDescription>
	</field>
	<field name="identificador" class="java.lang.Long">
		<fieldDescription><![CDATA[identificador]]></fieldDescription>
	</field>
	<field name="nomeCC" class="java.lang.String">
		<fieldDescription><![CDATA[centroCusto.nome]]></fieldDescription>
	</field>
	<field name="nomeCL" class="java.lang.String">
		<fieldDescription><![CDATA[cliente.nome]]></fieldDescription>
	</field>
	<field name="nomeEQ" class="java.lang.String">
		<fieldDescription><![CDATA[equipamento.nome]]></fieldDescription>
	</field>
	<field name="nomeTS" class="java.lang.String">
		<fieldDescription><![CDATA[tipoServico.nome]]></fieldDescription>
	</field>
	<field name="descricao" class="java.lang.String">
		<fieldDescription><![CDATA[planoConta.descricao]]></fieldDescription>
	</field>
	<field name="previsaoEmHoras" class="java.lang.Double">
		<fieldDescription><![CDATA[previsaoEmHoras]]></fieldDescription>
	</field>
	<field name="codigo_EQ" class="java.lang.String">
		<fieldDescription><![CDATA[equipamento.codigo]]></fieldDescription>
	</field>
	<field name="tipoOrdemServico" class="java.lang.Integer">
		<fieldDescription><![CDATA[tipoOrdemServico]]></fieldDescription>
	</field>
	<field name="dataEmissao" class="java.util.Date">
		<fieldDescription><![CDATA[dataEmissao]]></fieldDescription>
	</field>
	<field name="descricaoServico" class="java.lang.String">
		<fieldDescription><![CDATA[descricaoServico]]></fieldDescription>
	</field>

	<variable name="dataRel" class="java.util.Date" resetType="Report" calculation="Nothing">
		<initialValueExpression><![CDATA[new java.util.Date()]]></initialValueExpression>
	</variable>
		<background>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</background>
		<title>
			<band height="52"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="160"
						y="8"
						width="277"
						height="17"
						key="textField-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="13" isBold="true"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{NOME_EMPRESA}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="440"
						y="15"
						width="34"
						height="14"
						key="staticText-57"/>
					<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>
						<font pdfFontName="Helvetica-Bold" size="10" isBold="true"/>
					</textElement>
				<text><![CDATA[Data :]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="440"
						y="31"
						width="34"
						height="14"
						key="staticText-58"/>
					<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>
						<font pdfFontName="Helvetica-Bold" size="10" isBold="true"/>
					</textElement>
				<text><![CDATA[Hora :]]></text>
				</staticText>
				<textField isStretchWithOverflow="false" pattern="dd/MM/yyyy" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="474"
						y="15"
						width="67"
						height="14"
						key="textField-6"/>
					<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="10"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$V{dataRel}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" pattern="HH.mm.ss" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="474"
						y="31"
						width="67"
						height="14"
						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 verticalAlignment="Middle">
						<font size="10"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$V{dataRel}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="165"
						y="32"
						width="27"
						height="12"
						key="staticText-59"/>
					<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>
						<font pdfFontName="Helvetica-BoldOblique" size="8" isBold="true" isItalic="true"/>
					</textElement>
				<text><![CDATA[CNPJ :]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="274"
						y="32"
						width="77"
						height="12"
						key="staticText-60"/>
					<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>
						<font pdfFontName="Helvetica-BoldOblique" size="8" 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="193"
						y="32"
						width="79"
						height="12"
						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 verticalAlignment="Middle">
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{CNPJ}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="false" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="352"
						y="32"
						width="84"
						height="12"
						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 verticalAlignment="Middle">
						<font size="8"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{INSCRICAO}]]></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>
			</band>
		</title>
		<pageHeader>
			<band height="0"  isSplitAllowed="true" >
				<line direction="TopDown">
					<reportElement
						mode="Opaque"
						x="0"
						y="-150"
						width="573"
						height="1"
						forecolor="#000000"
						backcolor="#FFFFFF"
						key="line-1"/>
					<graphicElement stretchType="NoStretch" fill="Solid" >
					<pen lineWidth="0.25" lineStyle="Solid"/>
</graphicElement>
				</line>
				<staticText>
					<reportElement
						x="0"
						y="-150"
						width="573"
						height="14"
						key="staticText-65"/>
					<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[Relatório Individual: Ordem de Serviço
]]></text>
				</staticText>
			</band>
		</pageHeader>
		<columnHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnHeader>
		<detail>
			<band height="568"  isSplitAllowed="true" >
				<staticText>
					<reportElement
						mode="Transparent"
						x="0"
						y="142"
						width="573"
						height="10"
						forecolor="#000000"
						backcolor="#FFFFFF"
						key="staticText-81"/>
					<box>					<pen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<topPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<leftPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<rightPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" lineSpacing="Single">
						<font fontName="SansSerif" pdfFontName="Helvetica-Bold" size="7" isBold="true" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1252" isStrikeThrough="false" />
					</textElement>
				<text><![CDATA[Descrição do Serviço]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="184"
						width="573"
						height="1"
						key="line-7"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<staticText>
					<reportElement
						mode="Transparent"
						x="0"
						y="186"
						width="573"
						height="10"
						forecolor="#000000"
						backcolor="#FFFFFF"
						key="staticText-82"/>
					<box>					<pen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<topPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<leftPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<rightPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
</box>
					<textElement textAlignment="Left" verticalAlignment="Middle" rotation="None" lineSpacing="Single">
						<font fontName="SansSerif" pdfFontName="Helvetica-Bold" size="7" isBold="true" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1252" isStrikeThrough="false" />
					</textElement>
				<text><![CDATA[Descrição das Manutenções]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="200"
						width="573"
						height="1"
						key="line-8"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="230"
						width="573"
						height="1"
						key="line-9"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="244"
						width="573"
						height="1"
						key="line-10"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="259"
						width="573"
						height="1"
						key="line-30"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="231"
						width="1"
						height="336"
						key="line-31"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="573"
						y="229"
						width="1"
						height="336"
						key="line-32"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<staticText>
					<reportElement
						x="1"
						y="231"
						width="59"
						height="10"
						key="staticText-88"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Data]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="63"
						y="231"
						width="32"
						height="10"
						key="staticText-89"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Início]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="231"
						width="33"
						height="10"
						key="staticText-90"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Fim]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="135"
						y="231"
						width="235"
						height="10"
						key="staticText-91"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Executante]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="378"
						y="231"
						width="195"
						height="10"
						key="staticText-92"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Descrição do Serviço]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="61"
						y="231"
						width="1"
						height="332"
						key="line-33"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="96"
						y="230"
						width="1"
						height="333"
						key="line-34"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="130"
						y="230"
						width="1"
						height="332"
						key="line-35"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="372"
						y="231"
						width="1"
						height="331"
						key="line-36"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="6"
						y="155"
						width="566"
						height="10"
						key="textField"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{descricaoServico}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						mode="Transparent"
						x="0"
						y="0"
						width="573"
						height="12"
						forecolor="#000000"
						backcolor="#FFFFFF"
						key="staticText-169"/>
					<box>					<pen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<topPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<leftPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
					<rightPen lineWidth="0.25" lineStyle="Solid" lineColor="#FFFFFF"/>
</box>
					<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None" lineSpacing="Single">
						<font fontName="SansSerif" pdfFontName="Helvetica-Bold" size="8" isBold="true" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1252" isStrikeThrough="false" />
					</textElement>
				<text><![CDATA[Ordem de Serviço]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="9"
						y="13"
						width="75"
						height="10"
						key="staticText-170"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Nr.Ordem:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="324"
						y="13"
						width="73"
						height="10"
						key="staticText-171"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Ordem de Serviço:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="324"
						y="91"
						width="89"
						height="10"
						key="staticText-172"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Horas Execução:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="324"
						y="76"
						width="89"
						height="10"
						key="staticText-173"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Data de Emissão:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="9"
						y="46"
						width="75"
						height="10"
						key="staticText-174"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Equipamento:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="324"
						y="28"
						width="73"
						height="10"
						key="staticText-175"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Tipo de Serviço:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="324"
						y="61"
						width="89"
						height="10"
						key="staticText-176"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Centro de Custo:]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="43"
						width="573"
						height="1"
						key="line-62"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<staticText>
					<reportElement
						x="9"
						y="28"
						width="75"
						height="10"
						key="staticText-177"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Cliente:]]></text>
				</staticText>
				<rectangle radius="5" >
					<reportElement
						x="66"
						y="107"
						width="491"
						height="27"
						key="rectangle-1"/>
					<graphicElement stretchType="NoStretch"/>
				</rectangle>
				<staticText>
					<reportElement
						x="66"
						y="119"
						width="41"
						height="10"
						key="staticText-178"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Reduzida:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="182"
						y="119"
						width="38"
						height="10"
						key="staticText-179"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Contabil:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="253"
						y="107"
						width="68"
						height="10"
						key="staticText-180"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Plano de Contas:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="315"
						y="119"
						width="41"
						height="10"
						key="staticText-181"/>
					<box></box>
					<textElement textAlignment="Right">
						<font pdfFontName="Helvetica-Bold" size="7" isBold="true"/>
					</textElement>
				<text><![CDATA[Descrição:]]></text>
				</staticText>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="111"
						y="119"
						width="41"
						height="10"
						key="textField-14"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{reduzida}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="361"
						y="119"
						width="179"
						height="10"
						key="textField-15"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{descricao}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="225"
						y="119"
						width="90"
						height="10"
						key="textField-16"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{codigo}.substring( 0, 1 )+"."+
$F{codigo}.substring( 1, 2 )+"."+
$F{codigo}.substring( 2, 3 )+"."+
$F{codigo}.substring( 3, 5 )+"."+
$F{codigo}.substring( 5, 10 )]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="89"
						y="46"
						width="475"
						height="10"
						key="textField-17"
						positionType="Float"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{codigo_EQ} + " - " + $F{nomeEQ}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="418"
						y="61"
						width="146"
						height="10"
						key="textField-18"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{nomeCC}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="89"
						y="28"
						width="232"
						height="10"
						key="textField-19"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{nomeCL}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="89"
						y="13"
						width="40"
						height="10"
						key="textField-20"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.Long"><![CDATA[$F{identificador}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="402"
						y="27"
						width="162"
						height="10"
						key="textField-21"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{nomeTS}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="402"
						y="12"
						width="162"
						height="10"
						key="textField-24"/>
					<box></box>
					<textElement>
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$F{tipoOrdemServico}.intValue()==0?"Preventiva Rotina":$F{tipoOrdemServico}.intValue()==1?"Preventiva Reforma":
$F{tipoOrdemServico}.intValue()==2?"Corretiva":"Instalação"]]></textFieldExpression>
				</textField>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="138"
						width="573"
						height="1"
						key="line-63"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<textField isStretchWithOverflow="true" pattern="##0.00" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="417"
						y="90"
						width="22"
						height="10"
						key="textField-25"/>
					<box></box>
					<textElement textAlignment="Right">
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.lang.Double"><![CDATA[$F{previsaoEmHoras}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None"  hyperlinkTarget="Self" >
					<reportElement
						x="417"
						y="75"
						width="100"
						height="10"
						key="textField-26"/>
					<box></box>
					<textElement textAlignment="Left">
						<font size="7"/>
					</textElement>
				<textFieldExpression   class="java.util.Date"><![CDATA[$F{dataEmissao}]]></textFieldExpression>
				</textField>
				<staticText>
					<reportElement
						x="1"
						y="244"
						width="59"
						height="14"
						key="staticText-182"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="260"
						width="59"
						height="14"
						key="staticText-183"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="276"
						width="59"
						height="14"
						key="staticText-184"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="292"
						width="59"
						height="14"
						key="staticText-185"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="308"
						width="59"
						height="14"
						key="staticText-186"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="324"
						width="59"
						height="14"
						key="staticText-187"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="340"
						width="59"
						height="14"
						key="staticText-188"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="356"
						width="59"
						height="14"
						key="staticText-189"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="372"
						width="59"
						height="14"
						key="staticText-190"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="388"
						width="59"
						height="14"
						key="staticText-191"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="404"
						width="59"
						height="14"
						key="staticText-192"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="420"
						width="59"
						height="14"
						key="staticText-193"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="436"
						width="59"
						height="14"
						key="staticText-194"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="452"
						width="59"
						height="14"
						key="staticText-195"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="468"
						width="59"
						height="14"
						key="staticText-196"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="484"
						width="59"
						height="14"
						key="staticText-197"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="501"
						width="59"
						height="14"
						key="staticText-198"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="517"
						width="59"
						height="14"
						key="staticText-199"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="533"
						width="59"
						height="14"
						key="staticText-200"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="1"
						y="549"
						width="59"
						height="14"
						key="staticText-201"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[___/___/___]]></text>
				</staticText>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="275"
						width="573"
						height="1"
						key="line-64"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="291"
						width="573"
						height="1"
						key="line-65"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="307"
						width="573"
						height="1"
						key="line-66"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="323"
						width="573"
						height="1"
						key="line-67"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="339"
						width="573"
						height="1"
						key="line-68"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="355"
						width="573"
						height="1"
						key="line-69"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="371"
						width="573"
						height="1"
						key="line-70"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="387"
						width="573"
						height="1"
						key="line-71"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="403"
						width="573"
						height="1"
						key="line-72"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="419"
						width="573"
						height="1"
						key="line-73"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="435"
						width="573"
						height="1"
						key="line-74"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="451"
						width="573"
						height="1"
						key="line-75"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="467"
						width="573"
						height="1"
						key="line-76"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="483"
						width="573"
						height="1"
						key="line-77"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="499"
						width="573"
						height="1"
						key="line-78"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="516"
						width="573"
						height="1"
						key="line-79"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="532"
						width="573"
						height="1"
						key="line-80"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="548"
						width="573"
						height="1"
						key="line-81"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<line direction="TopDown">
					<reportElement
						x="0"
						y="564"
						width="573"
						height="1"
						key="line-82"
						positionType="Float"/>
					<graphicElement stretchType="NoStretch">
					<pen lineWidth="0.25" lineStyle="Dashed"/>
</graphicElement>
				</line>
				<staticText>
					<reportElement
						x="62"
						y="244"
						width="33"
						height="14"
						key="staticText-202"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="260"
						width="33"
						height="14"
						key="staticText-203"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="276"
						width="33"
						height="14"
						key="staticText-204"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="292"
						width="33"
						height="14"
						key="staticText-205"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="308"
						width="33"
						height="14"
						key="staticText-206"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="324"
						width="33"
						height="14"
						key="staticText-207"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="340"
						width="33"
						height="14"
						key="staticText-208"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="356"
						width="33"
						height="14"
						key="staticText-209"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="372"
						width="33"
						height="14"
						key="staticText-210"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="388"
						width="33"
						height="14"
						key="staticText-211"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="404"
						width="33"
						height="14"
						key="staticText-212"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="420"
						width="33"
						height="14"
						key="staticText-213"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="436"
						width="33"
						height="14"
						key="staticText-214"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="452"
						width="33"
						height="14"
						key="staticText-215"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="468"
						width="33"
						height="14"
						key="staticText-216"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="484"
						width="33"
						height="14"
						key="staticText-217"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="501"
						width="33"
						height="14"
						key="staticText-218"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="517"
						width="33"
						height="14"
						key="staticText-219"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="533"
						width="33"
						height="14"
						key="staticText-220"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="62"
						y="549"
						width="33"
						height="14"
						key="staticText-221"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="244"
						width="33"
						height="14"
						key="staticText-222"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="260"
						width="33"
						height="14"
						key="staticText-223"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="276"
						width="33"
						height="14"
						key="staticText-224"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="292"
						width="33"
						height="14"
						key="staticText-225"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="308"
						width="33"
						height="14"
						key="staticText-226"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="324"
						width="33"
						height="14"
						key="staticText-227"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="340"
						width="33"
						height="14"
						key="staticText-228"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="356"
						width="33"
						height="14"
						key="staticText-229"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="372"
						width="33"
						height="14"
						key="staticText-230"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="388"
						width="33"
						height="14"
						key="staticText-231"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="404"
						width="33"
						height="14"
						key="staticText-232"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="420"
						width="33"
						height="14"
						key="staticText-233"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="436"
						width="33"
						height="14"
						key="staticText-234"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="452"
						width="33"
						height="14"
						key="staticText-235"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="468"
						width="33"
						height="14"
						key="staticText-236"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="484"
						width="33"
						height="14"
						key="staticText-237"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="501"
						width="33"
						height="14"
						key="staticText-238"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="517"
						width="33"
						height="14"
						key="staticText-239"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="533"
						width="33"
						height="14"
						key="staticText-240"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
				<staticText>
					<reportElement
						x="97"
						y="549"
						width="33"
						height="14"
						key="staticText-241"/>
					<box></box>
					<textElement textAlignment="Center" verticalAlignment="Bottom">
						<font pdfFontName="Helvetica" size="8" isBold="false"/>
					</textElement>
				<text><![CDATA[:]]></text>
				</staticText>
			</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="534"
						y="0"
						width="11"
						height="15"
						key="textField-12"/>
					<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="553"
						y="0"
						width="11"
						height="15"
						key="textField-13"/>
					<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="545"
						y="0"
						width="8"
						height="15"
						key="staticText-71"/>
					<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>
				<staticText>
					<reportElement
						x="436"
						y="0"
						width="98"
						height="14"
						forecolor="#0066FF"
						key="staticText-70"/>
					<box></box>
					<textElement textAlignment="Center">
						<font pdfFontName="Helvetica-Oblique" size="8" isItalic="true" isUnderline="true"/>
					</textElement>
				<text><![CDATA[www.contatosistemas.com]]></text>
				</staticText>
			</band>
		</pageFooter>
		<summary>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</summary>
</jasperReport>
