@CHARSET "ISO-8859-1";

.pointer {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.hide {
	display: none;
}

.show {
	display: block;
}