<head>
    <title>Lista de di&aacute;rios</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link href="<?php 
echo $BASE_URL;
?>
public/styles/style.css" rel="stylesheet" type="text/css">
    <link href="<?php 
echo $BASE_URL;
?>
public/styles/print.css" rel="stylesheet" type="text/css" media="print" />
</head>
<body marginwidth="20" marginheight="20">
    <div style="width: 760px;" align="center">
      <?php 
echo $header->get_empresa($PATH_IMAGES);
?>
        <h2>RELAT&Oacute;RIO DE ANDAMENTO DOS DI&Aacute;RIOS</h2>
        <?php 
echo $info;
?>
        <?php 
rs2html($Result1, 'width="90%" cellspacing="0" border="0" class="tabela_relatorio" cellpadding="0"', FALSE, FALSE);
?>
        <br /><br />
        <div class="carimbo_box">
            _______________________________<br>
        	<span class="carimbo_nome">
        		<?php 
echo $carimbo->get_nome($_POST['carimbo']);
?>