/* File: print.css */

.printLogo {
 	display: block;
}
.leftNavigation,
.rightIncluds,
.bottom,
.sitePath,
.top {
 	display: none;
}
.contentCell h1 {
 	color: #f99c1c;
	font-size: 28px;
}
.contentBox {
	border-left:0px solid #fff;
	border-right:0px solid #fff;
}
.contentText {
	background-image:url(../data/captions/support.jpg);
	background-repeat:no-repeat;
	margin-top:16px;
	padding-top:0px;
}
.copyright {
	margin-top: 20px;
	color: #eee;
 	text-align: left;
}
.contentCell  {
	color: #5b5b5b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}	
.contentCell a {
 	color: #000;
	font-weight: bold;
}
.summary {
 	height: 24px !important;
	padding: 0px;
	margin: 0px;
}
.summary h1 { 
	color:#58585a;
	padding: 0px;
	margin: 0px;
}
.captionPrint {
 	display: block;
}