<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jasperTemplate PUBLIC "-//JasperReports//DTD Template//EN" "http://jasperreports.sourceforge.net/dtds/jaspertemplate.dtd">

<jasperTemplate>
	<style name="Default" fontName="DejaVu Sans" vAlign="Middle" fontSize="10"/>
        
        <style name="Mono" style="Default" fontName="DejaVu Sans Mono" fontSize="8"/>
        
        <style name="Report Header" style="Default"  hAlign="Left" vAlign="Middle" fontSize="18" isBold="true"/>	
        <style name="Report Run" style="Default"  hAlign="Left" vAlign="Middle" fontSize="12"/>	        
        <style name="Report Lines">        
            <pen lineWidth="3.0" lineColor="#000000" lineStyle="Solid"/>
        </style>
        
        <style name="Section Lines">
            <pen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            <box>
                <pen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            </box>
        </style>
        
        <style name="Section Lines Top">
            <pen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            <box>
                <topPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <leftPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <rightPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            </box>
        </style>
        
        <style name="Section Lines Header">
            <pen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            <box>
                <topPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <leftPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <bottomPen lineWidth="1.00" lineColor="#808080" lineStyle="Dotted"/>    
                <rightPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            </box>
        </style>
        
        <style name="Section Lines Sides">
            <pen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            <box>                            
                <leftPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <rightPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                
            </box>
        </style>
        
        <style name="Section Lines Summary">
            <pen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            <box>                
                <topPen lineWidth="1.00" lineColor="#808080" lineStyle="Dotted"/>   
                <leftPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <bottomPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <rightPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />                
            </box>
        </style>
        
        <style name="Section Lines Bottom">
            <pen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
            <box>                
                <leftPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <bottomPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />
                <rightPen lineWidth="1.00" lineColor="#000000" lineStyle="Solid" />                
            </box>
        </style>
        
        
        <style name="Column Header Lines" borderColor="#808080">
            <pen lineWidth="1" lineColor="#808080" lineStyle="Solid"/>            
        </style>
        
        <style name="Section Header" style="Default" mode="Opaque" forecolor="#FFFFFF" backcolor="#000000" fill="Solid" hAlign="Left" vAlign="Middle" fontSize="12" borderColor="#000000" isBold="true" leftPadding="5"/>	
        <style name="Section Header Gray" style="Default" mode="Opaque" forecolor="#FFFFFF" backcolor="#808080" fill="Solid" hAlign="Left" vAlign="Middle" fontSize="12" borderColor="#000000" isBold="true" leftPadding="5"/>	
        
        <style name="Page Number" style="Default" hAlign="Right" />
	<style name="Page Count" style="Page Number" hAlign="Left"/>
        
        <style name="Printed" style="Default" hAlign="Left" isBold="false"/>
        <style name="Printed Date" style="Printed"  pattern="EEEE, MMMM dd, yyyy, hh:mm aa" leftPadding="5"/>
        
	<style name="Label" style="Default" isBold="true" fontSize="9"/>
        <style name="Label Plain" style="Label" isBold="false"/>
        <style name="Warning" style="Label" isBold="false" fontSize="8"/>
        
	<style name="Units" style="Default" fontSize="8"/>
        
	<style name="Value" style="Default"/>
        
        <style name="Value Mono" style="Mono"/>
        
        <style name="Value Decimal Tiny" style="Value" pattern="0.000##"/>
        <style name="Value Decimal Small" style="Value" pattern="0.000"/>
	<style name="Value Decimal Medium" style="Value" pattern="0.00"/>
        <style name="Value Decimal Large" style="Value" pattern="0.0"/>        
        <style name="Value Decimal Huge" style="Value" pattern="#,##0"/>
        <style name="Value Soil Loss" style="Value" pattern="##0.0#"/>
        
        <style name="Value Money" style="Value" pattern="#,##0.00"/>
        
        <style name="Value Percent" style="Value" pattern="0.0"/> 
        
        <style name="Value Integer" style="Value" pattern="#,##0"/>
        
        <style name="Value Date Long" style="Value" pattern="EEEE, MMMM dd, yyyy, hh:mm aa"/>
        
	<style name="Detail Row Shaded" backcolor="#F0F0F0">
            <pen lineWidth="0"/>
        </style>
                            
	
</jasperTemplate>