<td align="center">Sem Constru&ccedil;&otilde;es Cadastradas</td>
  	</tr>
		<?php 
}
//Endereço de Entrega
?>
	</table></td></tr>
	</table>
	<br/>
	<table width="100%">
		<tr>
			<td align="center"><strong style="font-size:13px">ENDERE&Ccedil;O DE ENTREGA</strong></td>
		</tr>
		<tr><td><table width="100%" border="1"  cellpadding="0" cellspacing="0" bordercolor="#cccccc">
	<?php 
$result = $consulta->RecordSetAguaBaseCorresp();
if ($result) {
    $linhas = pg_numrows($result);
} else {
    $linhas = 0;
}
if ($linhas > 0) {
    $rotulo->label("x02_codrua");
    $rotulo->label("x02_numero");
    $rotulo->label("x02_codbairro");
    $rotulo->label("x02_complemento");
    $rotulo->label("x02_rota");
    $rotulo->label("x02_orientacao");
    $rotulo->label("j13_descr");
    $rotulo->label("j14_nome");
    for ($i = 0; $i < $linhas; $i++) {