/*	========== Print only CSS ============  */

/*	Remove the following elements from the page */
#Menu, #LeftCol, #Footer, #Brochure, #MainMenu, .BackToTop
	{
	display:none;
	}
#GovIdentifier
		{
		margin:0;
		padding:0;
		width:350px;
		overflow:hidden;
		text-indent:-350px;
		}

/* ImageMap */
	.ImageMap_Title
		{
		display:none;
		}
	#ImageMap img
		{
		margin:1em;
		padding:0;
		border:none;
		}
	#ImageMap dt
		{
		margin:2em 0 0 0;
		padding:0;
		font-weight:bold;
		clear:both;
		}
	#ImageMap a
		{
		text-decoration:none;
		color:#666666;
		}

/*	Typography for [print] */

/*	Note */
	#Note
		{
		padding:1em;
		background-color:#E6E6E6;
		}
		
/*	Bids close heading */
	.BidsClose
		{
		background-color:#CCCCCC;
		}
		
/*	Table footers */		
	#TableFooter
		{
		padding:1em;
		}
