.noprint{
	display: none;
}
.print{
	display: block;
}
body {
	background: #ffffff;
}
.holder {
	width: 555px;
	margin-left: -273px !important;
	margin-right: 0px !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 50% !important;
	left: auto;
	float: left !important;
	float: none;
	clear: both;
}
.header {
	margin-bottom: 0px;
	background: none;
	border-bottom: 1px solid #a0a0a0;
	height: 120px;
	overflow: visible;
}
.header .firstsentence{
	position: absolute;
	top: 10px;
	left: 195px;
	color: #0f0f0f;
	font-size: 11px;
}
.header .printinfo{
	position: absolute;
	right:0px;
	top:25px;
	display: block;
	text-align: right;
	white-space: nowrap;
}
.header .back{
	position: absolute;
	right:0px;
	top:85px;
	display: block;
	text-align: right;
}
.header .logo {
	background: none;
}
.header .logo h1 {
	display: none;
}
.content,
.content .main{
	width: 555px;
}
.content p{
	text-align: justify;
}

.content,
.content .main,
.footer {
	background: none;
}

.content .expandable dl dd,
content .multitab .tab h2 {
	display: block;
}
.content .third p b,
.content .quarter p b{
	color: black;
}
.footer .info,
.footer address,
.footer .lastsentence{
	color: #0f0f0f;
}
form,
.header .firstsentence,
.header .menu,
.header .subnav,
.header .pathnav,
.content .main .mainflash,
.content .main .column1,
.content .column1,
.content .multitab .tabbed,
.footer .subnav{
	display: none;
}
@media print {
   .header .back{
		display: none;
	}
}
