/*---------------------	Style file	for print	------------------------------*/
/*-	overrides general style sheet settings									  */
/*-----------------------	general settings	------------------------------*/
@media print	{
	.Print			{ 	display: 		block; display: compact; }
	.NoPrint		{ 	display: 		none;	}
	.Backbtn		{ 	display: 		none;	}
	#Lang			{ 	display: 		none;	}
	#idm_Main		{	display:		none;	}
	#Wolf_BR		{	display:		none;	}
	#Right_Column	{	display:		none;	}
}
BODY			{	font-size:		10pt;
				  	background: 	#ffffff; 
				}
#Layout			{	background: 	#ffffff;
					width:			100%;
				}
/*----------------------	hide menu column	------------------------------*/
#Left_Column	{	background:		#ffffff;
					width:			100%;
				}
#Contents		{	margin: 0px;	padding: 0px;
					width:			100%;
				/*	margin:			10px 0px 10px 30px;	*/
				}
/*----------------------		header line			--------------------------*/
#Header			{	background:		#ffffff;
					width:			100%;
				/*	float:			left;	*/
					margin: 0px;	padding: 0px;
				}
#PrintLogo		{	float:			right;
					display:		block;
				}
/*----------------------	lines instead of bg	------------------------------*/
#Columns		{	background: 	#ffffff;
					border-top:		2px solid #000000;	
					border-bottom:	2px solid #000000;
					padding-bottom:	20px;	
				}
#Footer			{	background:		#ffffff;
				}
p				{	padding-right:	2em;	}
a				{	text-decoration: none;	}

/*div				{border: 1px solid #a0a0a0;}*/