<%if fileexists("status\Uploading.txt") = True then%>
	<head>
	<title>System Off-Line</title>
    <style><% defstyles %></style>
	</head>
	<center>
	<h1>System Off-Line</h1>
	</center>
	<p align="left">
    <font color="#FF0000">
	The system is currently off-line. This is usually only for a few minutes whilst
	we upload the most recent information. Please try again in a few minutes. If the
	system is not restored shortly you may wish to call the office to check.</font>
	<p align="left"><font color="#FF0000">If you were in the process of registering a booking when you
	received this message you should be able to reload your shopping basket and
	carry on from where you were when the system comes on-line again.
	<p>
	<p>
 	</font>
	<% pagefooter %>
	<% response.end %>
<%end if%>
</p>


