/* global styles */
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: 400; 
}

/* Image float styles */

.img_float_left {
	float: left;
	margin: 6px 6px 0 0;
}

/* Float styles */

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

/* Clear styles */

.clear_both {
	clear: both;	
}

.clear_left {
	clear: left;	
}

.clear_right {
	clear: right;
}



