.float-left  {
	float: left;
}
.float-right  {
	float: right;
	text-align: right;
}

.half, .half-border, .half-border-rounded  {
	float: left;
	width: 48%;
	margin-right: 4px;
	margin-bottom: 4px;
}
.half-border, .half-border-rounded  {
	border: 1px solid #aaa;
}
.half-border-rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.padding {
	padding: 5px;
}

.label {
	float: left;
	width: 150px;
	font-weight: bold;
}

hr {
	clear: both;
	width: 100%;
}

h1, h2, h3 {
	font-size: 20px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	
}
h3 {
	font-size: 14px;
	line-height: 17px;
}
.clear {
	clear: both;
}
