/**
		* Print styles.
	 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
	 */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	/* Black prints faster: sanbeiji.com/archives/953 */
	p a, p a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	p a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	#print_nav {
		display: none;
	}

}

/********
Our Print Styles
 *********/

/*body {
	background-color: #ffffff;
	line-height: 16px;
	font-size: 13px;
	font-weight: 400;
	color: #333434;
	vertical-align: baseline;
	font-family: Arial, Sans-Serif;
}
*/
#print_nav {
	width: 150px;
	font-size: 12px;
	background-color: #0b5a8d;

	border: 2px solid #0b5a8d;

	padding-top: 7px;

	position: relative;
	float: right;
	margin-top: 18px;
	margin-right: 21px;

	border-radius: 5px;
	-mox-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#print_nav a {
		display: block;

		line-height: 20px;
		text-align: center;

		margin-bottom: 7px;

		color: #ffffff;
	}

		#print_nav a:hover {
			/*background-color: #ffffff;*/
			text-decoration: none;


		}

#print_top {

	padding-top: 15px;
	padding-bottom: 15px;

	margin-left: 15px;
	margin-right: 15px;

	border-bottom: 2px solid #000000;

	margin-bottom: 15px;

}

	#print_top .logo {
		width: 238px;
		height: 64px;
		margin-bottom: 15px;
	}

	#print_top .path {

	}


#print_content {
	padding-left: 15px;
	padding-right: 15px;

	margin-bottom: 15px;
}

.content_item_first .article_headline {
	font-size: 17px;
}
	.article_headline {
		color: #000000 !important;
		line-height: 16px;
		font-weight: 600;
		font-size: 13px;
	}

	.article_subheadline {
		color: #000000 !important;
	}

	.article_copy {
		color: #000000 !important;
		font-size: 13px;
	}

		.article_copy a {
			color: #000000 !important;
			text-decoration: underline;
		}

		.article_copy ul {
			padding-left: 30px;
		}

			.article_copy ul li {
				color: #000000 !important;

				background-image: none !important;

				list-style-type: disc !important;
				padding: 0px;
			}

.toc a {
	background-image: none !important;
	color: #444 !important;
}

.toc ul li {
	list-style-type: none !important;
}

#print_bottom {
	border-top: 2px solid #000000;

	padding-top: 15px;

	margin-left: 15px;
	margin-right: 15px;

	margin-bottom: 30px;
}

