/* CSS Framework */
body {
	font-size:		0.7em;
    line-height:	1.3em; /* 16×1.125=18px */	
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	margin:			0;
	padding:		0;
	}

select {
	font-size:		1em;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}
	
.clear {
	clear:			both;
	}

/*------------------------------------------Reset---*/
p, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, textarea, input {
	margin:			0;
	padding:		0;
	}
ul {  
    list-style:none;
	}
a img {
	border:			0;
	}
a {
	outline:	 	none;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight:	normal;
	}

/*------------------------------------------Clearfix---*/
/* CSST 2 */
.clearfix:after {
    content:		"."; 
    display:		block; 
    height:			0; 
    clear:			both; 
    visibility:		hidden;
}

.clearfix {
	display:		inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height:			1%;
	}
.clearfix {
	display:		block;
	}
/* End hide from IE-mac */
