/****************************

Media Type: Print

*****************************/

	/* Sets background to white and base font to 14 points. */
	body {
		background:#ffffff;
		font-size:12pt;
		margin:12pt;
	}
	/* Disables all images */
	img, div.headerbar, div.headerimage, div.logo, div.shadow, div.footerseparator {
		display:none;
		float:none;
	}
	/* Hides navigation menu */
	div.navcontainer {
		display:none;
	}
	/* Sets width of content to auto, no borders, no margins, no padding, no floats, normal text-align */
	div.maincontainer {
		width:auto;
		float:none;
		border:0;
		margin:0;
		padding:0;
	}
	div.leftcolumn {
		width:auto;
		float:none;
		margin:0;
		padding:0;
		text-align:left;
	}
	div.rightcolumn {
		width:auto;
		float:none;
		margin:0;
		padding:0;
		border:0;
	}
	div.footer, div.copyright {
		width:auto; 
		height:auto;
		text-align:left;
		color:#ffffff;
	}
	/* print URLs after link text */
	a:link:after, a:visited:after {
		content: "("attr(href)")";
	}