body {
	color:#666666;
	background-attachment: inherit;
	background-color: #FFFFFF;
	background-image: url(/images/Background_Print.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	color: #666666;
}
a:hover {
	color: #666666;
}
#Container {
	margin:20px auto;
	width: 800px;
	line-height:1.5em;
	min-height:600px;
	height:600px;
}
body > #Container {
	height:auto;
}
#TopMenu {
	display:none;
}
#PrintHeader {
	display:block;
	text-align:center;
}
h1 {
	color:#000000;
}
h2 {
	color:#333333;
}
h3 {
	color:#666666;
}
p {
	page-break-inside:avoid;
}
#Footer {
	display:none;
}
.Print {
	display:block;
}
.NoPrint {
	display:none;
}