<!--#include file="funcoes.asp"-->
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>VIDA SIMPLES - CONTROLE DE PROPOSTA</title>
<base target="meio">
</head>
<%

wID=request.item("ID")
wNome=request.item("Nome")
%>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" background="images/Fundo.bmp">

<div align="center">
	<table border="0" width="700" cellspacing="0" cellpadding="0" height="100%" id="table1">
		<tr>
			<td style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px" bgcolor="#FFFFFF" valign="top">
			<div align="center">
				<table border="0" width="590" id="table2">
					<tr>
						<td width="565">
						&nbsp;</td>
					</tr>
					<tr>
						<td width="565">
						<p align="center"><b><font face="Arial" size="2">Excluir 
						Empresas</font></b></td>
					</tr>
					<form method="POST" action="Del_Empresa.asp" onSubmit="" webbot-action="--WEBBOT-SELF--">
						<!--webbot bot="SaveResults" U-File="_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
					</form>
					<tr>
						<td width="565">
						&nbsp;</td>
					</tr>
					<tr>
						<td width="565">
						<b><font size="2" face="Arial">Empresa: </font></b>
						<font size="2" face="Arial"><%=wNome%></font></td>
					</tr>
					<tr>
						<td width="565">
						&nbsp;</td>
					</tr>
					<tr>
						<td width="565">
						<b><font face="Arial" size="2" color="#FF0000">Tem 
						certeza que deseja excluir o registro?</font></b></td>
					</tr>
					<tr>
						<td width="565">
						&nbsp;</td>
					</tr>
					<tr>
						<td width="565">
						<p align="center"><b><font size="2" face="Arial">
						<a href="Del_Empresa_Confirma.asp?ID=<%=wID%>">SIM</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
						<a href="Empresas.asp">NÃO</a></font></b></td>
					</tr>
					<tr>
						<td width="565">
						&nbsp;</td>
					</tr>
					<tr>
						<td width="565">
						&nbsp;</td>
					</tr>
					<tr>
						<td width="565">
						<p align="center">&nbsp;</td>
					</tr>
					</table>
			</div>
			</td>
		</tr>
	</table>
</div>

</body>

</html>