@charset "utf-8";
.cleft {
	clear:  left;
	height:  1px;
	overflow:  hidden;
}
.cright {
	clear:  right;
	height:  1px;
	overflow:  hidden;
}
.cboth {
	clear:  both;
	height:  1px;
	overflow:  hidden;
}
.fleft {
	float:  left;
}
.fright {
	float:  right;
}
.tcenter {
	text-align:  center;
}
.tjustify {
	text-align:  justify;
}
.tleft {
	text-align:  left;
}
.tright {
	text-align:  right;
}
.print-only {
	display:  none;
}

