<!--START SECTION - HEADER-->
	<!DOCTYPE html>
	<html>
	<head>
	<title>$reportTitle$</title>
	<meta http-equiv='Content-Type' content='text/html;charset=iso-8859-1'/>
	</head>
	<body style='margin: 0; line-height: normal; text-align: center; font-style: normal; font-weight: normal; background-color:#f6f6f6; font-size: 8pt; font-family: "Arial";'>
	<div id='header' style='position:relative;height: 100px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 10px; text-align: center; border-bottom:5px solid #de1b1b; color:#2b2b2b;'>
		<!--<img src="/webapps/lib/images/logo.jpg" style="position:absolute;top:5px;left:5px;width:125px;height:87px;"/>-->
		<img src="/webapps/lib/images/banner2.png" style="position:absolute;top:0;right:0;"/>
		<div style="position:absolute;width:100%;top:10px;">
			<span id='title' style='width: 75%; font-size: 24pt;font-weight:bold; font-family: "Arial";text-shadow: 1px 1px 1px #2b2b2b;'>$reportTitle$</span>
			<div id='subTitle' style='margin-left: auto; margin-right: auto; text-align: center; margin: 10px; font-size: 10pt; font-family: "Arial";'>$subTitle$</div>
		</div>
	</div>
<!--END SECTION - HEADER-->


<!--START SECTION - DATA HEADER-->
	<div style='color:#f6f6f6;background-color:#2b2b2b;box-shadow:5px 5px 5px #b6b6b6;margin:10px 40px 10px 40px;'>
		<table id="dataHeaderTable" style='position:relative;width:100%;color:#f6f6f6;text-align:center;margin-top:auto;margin-bottom:auto;border-collapse:separate;border-spacing:0;'>
			<thead>
				<tr id="dataHeaderTRow" style='text-align:center;color:#e9e581;font-size:12pt;font-weight:bold;'>
<!--END SECTION - DATA HEADER-->


<!--START SECTION - COLUMN ROW TEMPLATE-->
	<th id="columnRowTd" style="border-bottom:5px solid #f6f6f6;padding: 20px 0;">$columnname$</th>
<!--END SECTION - COLUMN ROW TEMPLATE-->


<!--START SECTION - COLUMN ROW SEPARATOR-->
	</tr>
    </thead>
    <tbody style='border-top: 3px solid #e9e581;'>
<!--END SECTION - COLUMN ROW SEPARATOR-->


<!--START SECTION - DATA ROW TEMPLATE-->
	<td id="dataRowTd" style="padding: 10px 0;">$data$</td>
<!--END SECTION - DATA ROW TEMPLATE-->


<!--START SECTION - DATA ROW START EVEN-->
	<tr id="dataRowEvenTr" style="background-color:#2b2b2b;">
<!--END SECTION - DATA ROW START EVEN-->


<!--START SECTION - DATA ROW START ODD-->
	<tr id="dataRowOddTr" style="background-color:#585858;">
<!--END SECTION - DATA ROW START ODD-->


<!--START SECTION - DATA ROW END-->
	</tr>
<!--END SECTION - DATA ROW END-->


<!--START SECTION - DATA FOOTER-->
	</tbody>
	<!-- <tfoot class="hide-if-no-paging"> -->
    <tfoot>
        <tr>
            <td>
            </td>
        </tr>
        <tr>
            <td>
            </td>
            <td>
            </td>
        </tr>
    </tfoot>
    </table>
	</div>
<!--END SECTION - DATA FOOTER-->


<!--START SECTION - FOOTER-->
	<div id='reportFooter' style='position: relative; height: 140px; margin-right: auto; margin-left: auto; margin-top: 10px; text-align: center; background-color:; border-top:5px solid #de1b1b; font-size: 8pt; color:; font-family: "Arial";'>
		<div id='reportSummary' style='text-align: center;'><h3>Total Number of Records for this Report: $numRecords$</h3></div>
	</div>

	<div id='additionalCodeContainer' style="width:60%;margin-left:auto;margin-right:auto;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</div>

	</body>
	</html>
<!--END SECTION - FOOTER-->


