| <html>
<head>
    <title>{titulo}</title>
    <link rel="stylesheet" type="text/css" href="{rooturl}css/geral.css">
    <link rel="stylesheet" type="text/css" href="{rooturl}css/common.css">
</head>
<body bgcolor="#FFFFFF">
    <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
        <tr>
            <td class="branco">
                <div class="moldura">
                    <img src="{rooturl}images/cabecalho.gif" width="100%" height="91" border="0">
		</div>
            </td>					
	</tr>
	<tr>
            <td height="100%" class="branco2" valign="top">
                <table border="0" cellpadding="0" cellspacing="0" width="98%" align="center">
                    <tr><td> </td></tr>
                    <tr>
                        <td class="dt2">
                            {titulo}
			</td>
                    </tr>
                    <tr><td> </td></tr>
                    <tr>
                        <td>
                            {block_body}
                        </td>
                    </tr>					
                </table>
            </td>
	</tr>
    </table>
	
</body>
</html>
 |