* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
	min-height:101%;
	font-size: 100%;
}

body, form {
	font-family: Arial, Helvetica,sans-serif;
	line-height: 1.0em;
}

.center {
	text-align: center;
	margin: 0 auto;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

*:focus {
	outline: none
}

img {
	border: none;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	/*display: inline-block;*/
	}

/* Hides from IE-mac */
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */

/* ---------- @ Page Structure -----------*/

.left {
	float:left;
}

.right {
	float:right
}

h2 {
	margin-bottom: 15px;
}

.inlineImgLeft {
	float: left;
	margin-right: 5px;
}

.inlineImgRight {
	float: right;
	margin-left: 5px;
}

