body{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-color: #efefef;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}
.clear{
clear: both;
}
ul, li{
	list-style: none;
	padding: 0px;
	margin: 0px
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a, a img{
	outline:none;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
