
/* Printer specific classes */
.HiddenForPrint
{
	display: none;
}

/* Modified classes for printer support */

.leftColumn
{
	display: none;
}

.BreadcrumbCell
{
	display: none;
}

/* All other classes remain the same as in the Global.css */