<Report>
<Font name="Arial" size="8" style="" id="ArialSmall"/>
<Font name="Arial" size="8" style="B" id="ArialBoldSmall"/>
<Font name="Arial" size="8" style="I" id="ArialItalicSmall"/>
<Font name="Arial" size="14" style="B" id="ArialBoldBig"/>
<Font name="Arial" size="10" style="B" id="ArialBold"/>
<Font name="Arial" size="10" style="" id="Arial"/>
<PageHeader>
<Cell text="{strFirstName}" width="25%" border="LRTB" align="C" font="ArialBold"/>
<Cell text="{strLastName}" width="25%" align="C" border="RTB"/>
<Cell text="{strStreet}" width="25%" align="C" border="RTB"/>
<Cell text="{strCity}" width="25%" align="C" border="RTB" newline="1"/>
</PageHeader>
<Content>
<Cell text="{FIRSTNAME}" width="25%" font="Arial"/>
<Cell text="{LASTNAME}" width="25%" />
<Cell text="{STREET}" width="25%"/>
<Cell text="{CITY}" width="25%" newline="1"/>
</Content>
<PageFooter>
<Cell text="Page {SectionPageNumber}/{snb}" align="C" absY="-15" border="T" font="ArialItalicSmall"/>
<Cell text="{strCopyright}" align="R" absY="-15"/>
</PageFooter>
<ReportHeader>
<Cell text="{strCountTitle}" border="TLRB" align="C" newline="1" font="ArialBoldBig"/>
</ReportHeader>
<ReportFooter>
<Cell text="" newline="1" font="Arial"/>
<Cell text="" width="40%"/>
<Cell text="{strManager}" width="20%"/>
<Cell text="\n\n..............................................................\n{Manager}" width="40%" align="C" newline="1"/>
</ReportFooter>
<Group>
<Variable name="summary" function="COUNT"/>
<GroupFooter>
<Cell text="{strSummary} {summary} citizen!" border="T" font="ArialBoldBig" newline="1"/>
</GroupFooter>
</Group>
</Report>