/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
}

h1, h2, h3 {
	page-break-after: avoid;
	page-break-inside: avoid;
}
blockquote {
	page-break-inside: avoid;
}
ul, ol, dl {
	page-break-before: avoid;
}
table {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
}
th, td {
	display: table-cell;
	border-width: 1px;
	border-style: solid;
}
.noprint, .commentlist, form {
	display: none;
}
a[hreflang]		{padding-right:0px;background:transparent none no-repeat 100% 0%}

#comments, #sidebar, #respond { display:none }

#header {
	background:url(images/minilogo.gif) no-repeat left top;
 	height: 98px;
	margin: 0 auto;
	width: 84px;
	padding: 0px;
}