/*<meta conditions="Other.Master,Other.MasterTopNav" />*/

/* This stylesheet contains styles that are specific to the 'print' medium, which is used when you print help output from a browser. */

@media print
{
	html.procedure
	{
		mc-master-page: url('../MasterPages/Print.flmsp');
	}

	body,
	table,
	pre
	{
		font-size: 10pt;
		mc-hyphenate: never;
	}
}

