<!--
document.write('<table cellspacing="0" cellpadding="0" class="mnu">');
document.write('	<thead>');
document.write('		<tr>');
document.write('			<td colspan="2"><h4>Principais Modalidades</h4></td>');
document.write('		</tr>');
document.write('	</thead>');
document.write('	<tbody>');
document.write('		<tr>');
document.write('			<td>');
document.write('				<ul>');
document.write('       			<li><a href="pagAntecipado.html">Pagamento Antecipado</a></li>');
document.write('      			<li><a href="remSaque.html">Remessa sem Saque</a></li>');
      			
document.write('     			</ul>');
document.write('			</td>');
document.write('			<td>');
document.write('				<ul>');
document.write('			     	<li><a href="cobDocumentaria.html">Cobrança Documentaria</a></li>');
document.write('			      <li><a href="carCredito.html">Carta de Crédito</a></li>');
document.write('				</ul>');
document.write('			</td>');
document.write('		</tr>');
document.write('	</tbody>');
document.write('</table>');
//-->
