@charset "utf-8";

/* Ultimate */

.hide {
	display: none;
}
.clear {
	clear: both;
	float: none;
	height: 1px;
	overflow: hidden;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
.bold {
	font-weight: bold !important;
}
.italic {
	font-style: italic !important;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}