/**Global Styles**/
	html,body {
		background-color:#009cd7;
		color:#fff;
		font:normal 1em Arial,sans-serif;
		margin:0;
		padding:0;
	}
	
	img{
		border:none;
	}
	
	ul,ol,li,p{
		margin:0;
		padding:0;
	}
	
	a{
		color:#fff;
	}
	
	/* Custom Global Classes */
	.clear{
		clear:both;
		float:none;
	}
	
	.superclear{
		clear:both;
		float:none;
		height:1px;
		overflow:hidden;
		visibility:hidden;
		width:1px;
	}
	

	.hlist{
		list-style-type:none;
	}
	
	.hlist li{
		float:left;
	}

	.last{
		clear:both;
	}
	