<!--#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>
<% 
Set Database = Server.CreateObject("ADODB.Connection")
Database.Open StringConexao

wID_Empresa=request.item("ID_Empresa")
wID_CONTA=request.item("ID_CONTA")

SQL= "DELETE FROM EMPRESAS_CONTA WHERE ID=" & wID_CONTA
Set TabEmpConta = Database.Execute(SQL)
%>

<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">
						<p align="center"><b><font face="Arial" size="2">
						Conta Corrente da Empresa</font></b></td>
					</tr>
					
					<tr>
						<td width="565">
						&nbsp;</td>
					</tr>
					
					<tr>
						<td width="565">
						<p align="center"><b>
						<font face="Arial" size="2" color="#FF0000">Registro 
						excluido com sucesso!</font></b></p>
						</td>
					</tr>
					<tr>
						<td width="565">
						&nbsp;</td>
					</tr>
					
					<tr>
						<td width="565">
						<p align="center">
						<a href="Empresas_Conta.asp?ID=<%=wID_Empresa%>">
						<img border="0" src="images/icone_voltar.gif" width="53" height="13"></a></td>
					</tr>
					
					</table>
			</div>
			</td>
		</tr>
	</table>
</div>

</body>

</html>