<html>
<head>
    <style type='text/css'>
        p,a,td,body { font-family: 'Serif'; }
        p,a,td,body { font-size: 14px; }
    </style>
</head>
<body leftmargin=0 rightmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<table width="100%" cellpadding=0 cellspacing=0>
    <tr>
        <td valign="top"><h2>CPAP Overview</h2>
            <table cell_padding=0 cell_spacing=0 rules=cols border=1>
                <tr>
                    <td valign="middle" width=50%>
                        <table rules="none" border=0 cell_padding=0 cell_spacing=0 width="100%">
                            <tr><td>Name:</td><td>{{profile.FirstName}} {{profile.LastName}}</td></tr>
                            <tr><td valign="top">Address:</td><td valign="top">{{profile.Address}}</td></tr>
                            <tr><td>Phone:</td><td>{{profile.Phone}}</td></tr>
                            <tr><td>Email:</td><td>{{profile.EmailAddress}}</td></tr>
                        </table></td>
                    <td valign="middle" width="50%">
                        <table width="100%" height="100%" rules="none" border=0>
                            <tr><td>Gender:</td><td>{{profile.Gender}}</td></tr>
                            <tr><td>Age:</td><td>{{local.Age}} years</td></tr>
                            <tr><td>Height:</td><td>{{profile.Height}}{{local.DistanceMeasure}}</td></tr>
                        </table>
                    </td>
                </tr>
            </table>
        <td valign="middle" align="center">
            {{logo}}
            <br/>SleepyHead v{{pref.VersionString}}
            <br/>http://sleepyhead.sf.net
        </td>
    </tr>
    <tr>
        <td colspan=2>
            Reporting from <b>{{local.start}}</b> to <b>{{local.end}}</b>
            <hr width="100%">
        </td>
    </tr>
</table>
&nbsp;<br/>
{{graph.AHI}}
{{graph.Usage}}
{{graph.Leaks}}
{{graph.Pressure}}
{{graph.Settings}}
{{graph.%PB}}
</body>
</html>