/*----------PRINT PAGE SINGLE start----------*/
/*--This section describes the alterations for how a single page, print version is displayed in print (MEDIA="print").  This CSS must be used with the mainstyle-print.css--*/
body {
	background: none;
	}

#mainbg {
	width: 692px;
	margin: 0px;
}

#maincontainer {
	background: #FFF;
	width: 692px;
	margin: 0px;
}

#header {
	width: 692px;
	height: 100px;
	margin: 0px;
	background: url(/includes/layoutimages/header/header_bg-print.png);
}

#content p {
	font-size: 12px;
}

#content p b {
	font-size: 12px;
}
/*----------PRINT PAGE SINGLE end----------*/
