/*** PRINT ***/
@media print {
	body {
		color:#000000;
		font-family:Times New Roman, Times, serif;
		font-size:11pt;
	}
	#functions {
		width:650px;
		height:20px;
	}
	#content {
		width:650px;
	}
	.content-main-left {
		float:left;
		width:450px;
	}
	.content-main-right {
		float:right;
		width:182px;
	}
	.content-main-right .contentel {
		padding-top:6px;
		border-top:1px solid #D2CFCE;
	}
	.content-main-right #content-right-avail {
		border-bottom:1px solid #D2CFCE;
		margin-bottom:6px;
	}
	.content-header {
		border-top:1px solid #D2CFC8;
		border-bottom:1px solid #D2CFC8;
		margin-bottom:6px;
		width:450px;
		height:65px;
	}

	#menu_language,
	#global_searchbox,
	#menu_meta1,
	#head_back,
	ul#menu_head,
	#menu_breadcrumb,
	#menu_functions,
	ul#menu_main,
	#content-header-backlink,
	#content ul#menu_subpages_type1,
	#menu_meta2 {
		display:none;
	}
}