/* CSS Document */
.noPrint{
	display: none;
	float: none;
}
.print{
	display: block;
}