<!DOCTYPE html>
<html>
<head>
    <title>File not found</title>
</head>
<body>
    <div align="center">
        <!-- implement as you like  
    <br /><br />
    <a href="http://www.yourdomain.com">
    <img src="http://www.yourdomain.com/content/images/error-page-logo.jpg" style="border:none;" alt="logo" />
    </a>
-->

        <br />
        <br />
        <div style="font-size: 16pt; font-weight: bold;">
            Page not found
        </div>
        <p style="font-size: 14pt;">
            We're sorry, we can't find that page.
            <br />
            It's possible you typed the address incorrectly or that the page you were
            <br />
            looking for has been moved or no longer exists. 
        </p>
        <p style="font-size: 14pt;">
            Please go to our home page and try again. 
        </p>

        <!-- implement as you like        
            <br /><br />
            <a href="http://www.yourdomain.com">http://www.yourdomain.com</a>
            -->
        <p style="font-size: 14pt;">
            Thank you you for your patience. 
        </p>
    </div>
</body>
</html>
