/*
	Print styles
	--------------------------------------------------
*/
div#logo,
div#footer,
div#nav,
ul.skip,
.h,
h3.sr,
div.breadcrumbs,
div#slideshow,
ul#shortcuts,
div#header,
div#imagecontainer {
	display: none;
}

div#content,
div#sidebarleft,
div#sidebarright,
div#contentwrap,
div#leftcontent div.article,
div#sidebarright div.article,
div#sidebarleft div.article {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	padding: 0 !important;
	height: auto !important;
	min-height: 0 !important;
}

body {
	font: 9pt/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #000;
}

hr {
	display: block;
	color: #000;
   border: none;
   border-bottom: 1px solid #000;
	height: 1px;
	margin: .75em 0;
	padding: 0;
}

img {
	border: none;
}