/* CSS Document */

/* 
 *----------------------------------------------------------------
 | Copyright (c) 2006 Fred Phillips
 |
 | All rights reserved. No part of this document
 | may be used without prior permission
 | from Fred Phillips.
 | 
 | fophillips (at) btinternet.com
 *----------------------------------------------------------------
*/

/* #### Global Elements #### */

body {
	font-size:12px;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

table {
	border:0;
	}

img { border:none; }

a:link, a:visited {
	color:#000000;
    font-weight: bold;
    text-decoration:none;
    }


    
a:hover, a:active {
    color:#000000;
    font-weight: bold;
    text-decoration: underline;
    }
	
/* #### Content #### */


.footer {
	font-size:9px;
	color:#666666;
	}
	
.comingsoon {
	font-size:42px;
	font-weight:bold;
	}