<%@ Page Language="VB" AutoEventWireup="false" CodeFile="404.aspx.vb" Inherits="_404" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Extentia Information Technology</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/javascript">
	<!--//Hide script from older browsers
		function InitRedirect() {
			self.location.replace("http://www.beta.extentia.com/")
		}	

		setTimeout("InitRedirect()",2000);
	//End hiding script-->
</SCRIPT>

<style>
A{
	color: #B70000;
	font-size: 12px;
	text-decoration:none;
}

A:hover{
	color: #333333;
	font-size: 12px;
	text-decoration:underline;
}

TD {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #000000;
}
</style>
</head>

   <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" rightmargin="0" bottommargin="0" bgcolor="#FFFFFF">
<table width="780" border="0" cellspacing="0" cellpadding="5">
  <tr align="center" valign="middle">
    <td width="780" height="100">File not Found.
    </td>
  </tr>
  <tr align="center" valign="middle">
    <td width="780" height="100">If you are not automatically redirected, please click on the link below:<br />
      <a href="http://beta.extentia.com/">http://beta.extentia.com</a> 
    </td>
  </tr>
</table>

</body>

</html>

