@charset "UTF-8";
/* CSS Document */

/* Layout */

body {font-family:Arial, Helvetica, sans-serif;color: #000000; font-size:12px; background:#e9e9e9;}
		#coming_soon{position: relative; width:440px; overflow:inherit; margin: 10% auto; /* compliant center */ text-align:left; /* override ie 5 center */ }

/* Typography */

p{color:#000000; font-size:12px; text-align:center; width:440px; text-align:center;}
	strong{font-weight:bold; color:#1363ab;}


/************* Accessibility ***************/	
	
		
/* clearing */ 
	.clear{clear:both; height:1px; margin:0; padding:0; font-size: 15px; line-height: 1px;}
	.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
	* html>body .clearfix{display: inline-block; width:100%;}
	* html .clearfix {/* Hides from IE-mac \*/ height: 1%; /* End hide from IE-mac */ }

/* accessibility */ 
	.accessibility { position: absolute; top: -999em; left: -999em; }