/* helper */

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.floatcenter{
	float: center;
}

.clear{
	clear: both;
}

.alignleft{
	text-align: left;
}

.aligncenter{
	text-align: center;
}

.alignright{
	text-align: right;
}

.alignjustify{
	text-align: justify;
}

.italic{
	font-style:italic;
}

.oblique{
	font-style:oblique
}

.underline{
	text-decoration: underline;
}

.hidden{
	display: none;
}
