﻿@media print {
/*	*, 
	html p,
	html h1,
	html h2,
	html h3,
	html h4,
	html h5,
	html h6,
	html .formBox label {
		color: #000000;
	}
	html body ul li,
	html body ol li,
	html .factbox .matter li {
		list-style-type: disc;
	}
	html body ul {
		padding: 0px 0px 0px 20px;
	}
	html a, div.breadcrumb a {
		color: #006f9f;
	}
	div.content p a[href]:after {
		content:" <"attr(href)">";
		color:#006f9f;
		background-color:inherit;
		font-style:italic;
	} 
	.factbox .matter {
		width: auto;
	}
	html,
	body,
	form,
	div.document {
		width: auto;
		height: auto;
	}
	html body {
		font-size: 14px;
	}
	div.logo a {
		position: static;
		display: inline;
	}
	ul.navigation {
		display: none;
	}
	div.breadcrumb {
		position: static;
		left: 0px;
		top: 0px;
	}
	div.breadcrumb {
		
	}
	div.contentWrapper {
		display: none;
	}
	div.contentRight {
		display: none;
	}
	div.contentLeft {
		width: auto;
	}
	form div.content p {
		padding: 0px;
		margin: 0px;
		text-indent: 0px;
	}
	form div.content h1,
	form div.content h2,
	form div.content h3,
	form div.content h4,
	form div.content h5,
	form div.content h6 {
		padding: 10px 0px;
		margin: 0px;
		text-indent: 0px;
	}
	div.contentBox {
		min-height: 0px;
		padding: 10px 0px;
	}
	div.footer {
		display: none;
	}
	div.wrapper {
		display: none;
	}
	div.bgsitetableft,
	div.bgsitetabright {
		display: none;
	}

*/
}
