@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, hr, ul, ol, li, dl, dt, dd, form, img {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border: none;
	text-align: left;
}

hr {
	margin: 5px 0 5px 0;
	border-color: #FFFFFF;
}

.noborder {
	border: none !important;
}

.nospace {
	margin: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.none {
	display: 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 */

