/*	This Style sheet contains selectors, tags, and ids that are used for print media.
	When the link tag is used to include this style sheet on a page, the link tag 
	must include a media attribute like this <link media="print" , plus all the other 
	regular attributes.

	The "noprint" selector below, for example, when used will hide the element it is used on
	from the printer.
*/


/* Selectors ************************************************/
.noprint 
{
	display:none;
}
body
{
	color:#000;
}
body.noprintBody
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	background-image:none;
}
a, a:link
{
	color:#000;
}
input, textarea, select
{
	color:#000;
}
.contentWrapper /* Container div for content */
{
	border-width:0px;
}

.bodyRightContentLayoutSmallRightColumnNoPrint .htdBodyRightContentCenterSpacerWrapper, .bodyRightContentLayoutSmallRightColumnNoPrint .htdBodyRightContentRightWrapper, .bodyRightContentLayoutBigRightColumnNoPrint .htdBodyRightContentCenterSpacerWrapper, .bodyRightContentLayoutBigRightColumnNoPrint .htdBodyRightContentRightWrapper
{
	display:none;
	width:0px;
}
	h1
	{
		color:#333;
	}
	h2
	{
		color:#333;
	}
	h3
	{
		color:#333;
	}
	h4
	{
		color:#333;
	}
	a, a:link /* unvisited link */
	{
		color:#096ba8;
	}
	.formFieldTitleContainer
	{
		color:#000;
	}
	tr.notApplicableCost, .notApplicable
	{
		color:#999;
	}
	.tooltipBody
	{
		color:#333;
	}