@charset "utf-8";
/*********************************************
**    Copyright (c) 2008 .
**                  All Rights Reserved.
**********************************************/
@media print{
	* html body {
		zoom		: 0.8;
	}
	
	body,
	.Container,
	#Middle {
		background	: none;
	}
	#Path,
	#Left,
	.Page,
	.PageTop{
		display		: none;
	}
	
	#HeaderMenu ul {
		margin		: 0 0 0 10px;
		width		: 742px;
	}
	
	.List {
		width		: 522px;
	}
	
	#Right {
		margin		: 0;
		float		: none;
		border		: none;
		font-size	: 130%;
	}
	#FooterMiddle {
		float		: none;
		width		: 740px;
		text-align	: center;
		margin		: 10px auto 0 auto;
	}
	
	.ListMargin {
	width		: 520px;
	margin		: 29px 0 0 0;
	padding		: 0 0 15px 0;
}

.Message h2 {
	font-size	: 107%;
	color		: #007292;
	line-height	: 160%;
	margin		: 0 0 5px 0;
}


}