/**
 * @projectDescription: Style sheet used for media="print".
 * @author: Kristina Auckland <kristina.auckland@m-corp.com>
 * @version: 1.0
 */

body {
	background: White;
	color: Black;
	font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif;
	text-align: left;
}

a {
	color: Blue;
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	display: block;
	margin: 12pt 0;
}
/* NB:: Do not amend the styling above this line */

/* TODO:: list classes and ids to remove from printing here */
#login-form,
#loggedin-panel,
#header nav,
#breadcrumbs,
#menu-sub,
#cta,
#footer ol,
#latest-news,
#strip-boxes,
.devFooterInfo {
	display: none;
	visibility: hidden;
}
