<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' >
            <html>
	            <head>
		            <title>Not Authorised</title>
		            <link media='screen' href='/CMIS/Templates/Stylesheets/CMIS_Error.css' type='text/css' rel='stylesheet' />
                    <meta name='robots' content='noindex, noFOLLOW' /> 
	            </head>
	            <body>
		            <form id='NoDoc' method='post' runat='server'>
			            <H1 class='pagehead'>Not Authorised</H1>
			            <p>
				            You are not currently authorised to view this document.
                            <br/>You are not logged in.<br/>Please log in and try again or contact your local administrator if a new account is required.
                        </p>
			            <a href='javascript:window.close()'>Close this window.</a>
		            </form>
	            </body>
            </html>