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

	*:focus{outline:none;}
	*:active{outline:none;}
	*:visited{outline:none;}
	*::-moz-focus-inner { border: 0; } /*FIX FIREFOX BUG*/
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	 
	.clearfix {
		display: inline-block;
		clear:both;
		font-size: 1px;
		line-height:1px;
	}
	 
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}
	:link, :visited { text-decoration: none; }
	ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, fieldset, input { margin: 0; padding: 0; }
	a img, :link img, :visited img { border: none; }
	img{vertical-align: bottom}
	
	table tr td{vertical-align: top;}

