/* Start with global Body definitions background-image:url(images/sea_bgd.jpg */
	body { background: url(images/bg.jpg) #000 repeat-x;
		margin-top: 10px;  }

	/* DIV - Box around each page - Now fixed size */
	div.mainbox {
	    font-family:"Futura Lt Bt","Arial", "Avalon", sans-serif;
	    font-style:normal;font-size:10pt;color:#151b54;
	    background-color:#ECF1EF;
	    margin: 0px auto;
	    width:1000px;
	    padding:0px;
	    border:1px solid #151b54}

	/* DIV - Header*/
	div.header {margin:5px;
	    text-align:center;}

	/* DIV - Footer*/
	div.footer {margin:5px;
	    text-align:center;}


	/* DIV - MainText area*/
	div.maintext {
	    margin-left:60px; margin-right:60px;
	    padding:0px; }

	/* DIV - Webhost info box*/
	div.webhost {
	    font-family:"Futura Lt Bt","Arial", "Avalon", sans-serif;
	    font-style:normal;font-size:9pt;color:#151b54;text-align:center;
	    background-color:#ECF1EF;
	    margin: 0px auto;
	    width:600px;
	    padding:2px;
	    border:1px solid #151b54}

	/* H1 - Main header- centred */
	H1 {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
		text-align:center;
		margin:0; padding:0;
	    	font-size:36pt; 
		color:#00004B; }

	/* H2 - Title Text - centred */
	H2 {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
		text-align:center;
	    	font-size:14pt; 
		color:#F62817; }

	/* SPAN - Title Text */
	.title {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif;
		text-align:center; color:#00004b;
	    	font-size:14pt; font-weight:bold;}

/* SPAN - SubTitle Text */
	.subtitle {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif;
		text-align:center; color:#00004b;
	    	font-size:12pt; }


	/* SPAN - Buy Now*/
	.buynow{ font-size:16pt;}


	/* SPAN - Buy Now*/
	.webhost{ font-size:9pt;}

	/* H2 - Title Text */
	H2.left {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
		text-align:left;
	    	font-size:14pt; }

	/*  - Title Text left */
	.titleleft {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
		text-align:left; color:#00004b; margin:0;
	    	font-size:14pt; font-weight:bold;}

	/* SPAN- Body Text */
	.bodytext {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
	    	font-size:12pt;font-weight:normal;
		margin:0; 
		color:#151b54; }

	/* SPAN - Body Text - left justified */
	.btleft {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
		text-align:left;
	    	font-size:12pt;font-weight:normal;
		margin:0; 
		color:#151b54; }

	/* H3 - Body Text */
	H3 {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
		text-align:center;
	    	font-size:12pt;
		margin:0; 
		color:#151b54; }

	/* H3 - Body Text - left justified */
	H3.left {font-family: "Futura Lt Bt","Arial","Avalon", sans-serif; 
		text-align:left;
	    	font-size:12pt;
		margin:0; 
		color:#151b54; }

	ul.features {margin:10px 10px 10px 30px; padding:10px; line-height:140%;
			text-align:left;  color:#151b54; 
			}

div.advertshadow1 {
font-family:"Futura Lt Bt","Arial", "Avalon", sans-serif;
	    font-style:normal;font-size:11pt; color:#151b54;
	    text-align:center;
	    background-color:#FBF9FF;
	    margin: 5px auto;
	    padding:10px;
	    border:1px solid #151b54;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px grey;
-webkit-box-shadow: 5px 5px 5px grey;
box-shadow: 5px 5px 5px grey;

}
div.advertshadow2 {
font-family:"Futura Lt Bt","Arial", "Avalon", sans-serif;
	    font-style:normal;font-size:11pt; color:#151b54;
	    text-align:center;
	    background-color:#FFFFCC;
	    margin: 5px auto;
	    padding:10px;
	    border:1px dashed #151b54;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px grey;
-webkit-box-shadow: 5px 5px 5px grey;
box-shadow: 5px 5px 5px grey;

}

	
	/*LINK settings*/

	a:link { color:#0000FF; text-decoration:none;  font-weight:bold; }
	a:visited { color:#0000FF; text-decoration:none;  font-weight:bold; }
	a:hover { color:#0000FF; text-decoration:underline; }
	/* active made invisible */
	a:active { color:#0000FF; text-decoration:none;  font-weight:bold;  }
	

 input[name="Subject"] {
 	display: none;}