@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

ul{	list-style: none;
}
.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 */

.hidden {
	display: none;
}

img {
	border: none;	
}


.fleft{
	float: left;
	display: inline;
}

.fright{
	float: right;
	display: inline;
}



.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}
h1{	line-height: 100%;	}



