@charset "utf-8";
/* Styling for print media */

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#header, #left_col, #breadcrumbs, #content_footer, #footer {
	display: none;
}

#large_right_col {
	display: block;
	color: #000000;
}

a {
	margin: 0;
	padding: 0;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
