﻿<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title></title>
    <style type="text/css">
        
        body {
            font-family:@OEMFONTFAMILY;
            width:35cm;
        }

        #maintable
        {
            border-collapse: collapse;
			width:35cm;
            word-wrap: break-word;
            table-layout: fixed;
        }
        #maintable td
        {
            border: 1px solid black;
            padding-left: 15px;
            padding-top: 10px;
            padding-bottom: 10px;
            word-wrap: break-word;
            table-layout: fixed;
        }

        #childTable
        {
            width:16cm;
            border-collapse: collapse;
            word-wrap: break-word;
            table-layout: fixed;
        }

        #childTable td
        {
            border: 0px solid transparent;
            padding-top: 5px;
            padding-bottom: 5px;
            word-wrap: break-word;
            table-layout: fixed;
        }

    </style>
</head>
    <body>
        <div style="height: @PAGELOGOBANNERHEIGHTpx;">
        </div>
        <table width="100%" style="border-bottom: 1px solid #000000; margin-bottom: 10px; margin-top: 25px;">
            <tr><td>@PROJECTOVERVIEWTITLE</td></tr>
        </table>
        <table width="100%" id="maintable">
            @CONTENT
        </table>
    </body>
</html>