@charset "utf-8";
/* CSS Document */

	*:focus{outline:none;}
	*:active{outline:none;}
	*:visited{outline:none;}
	*::-moz-focus-inner { border: 0; } /*FIX FIREFOX BUG*/
	
	/* clearing float */
	.clearfix:after, .clear:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
	* html .clearfix, * html .clear            { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix, *:first-child+html .clear { zoom: 1; } /* IE7 */

	: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; font-size:12px;}
	
	
	table tr td{vertical-align: top;}


