/* CSS Document */
@media print{
HTML{
	background-image: none;	
}
HTML BODY {
	font-family: "Frutiger LT 55 Roman", "Frutiger Linotype", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Container{
	background-image:none;
	border: none;	
	width: 100%;
}
/*#Container H1 {
	font-size: 16px;
}
#Container H2 {
	font-size: 14px;
}
#Container H3 {
	
}
#Container P {
	font-size: 12px;
	line-height: 16px;
}*/
#Logo{
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;

}
#Site_Navigation{
	display: none;	
}
#Section_Navigation{
	display: none;
}
#Site_Search{
	display: none;
}
#Site_Login_Status{
	display: none;	
}
#Container DIV.Product_Application_Thumbnails{
	clear: none;
	display: inline;
	width: 100%;
}

#Container DIV.Product_Application_Thumbnails DL{
	float: none;	
	width: 100%;
}

#Container DIV.Product_Application_Thumbnails DL DD{
	float: right;	
	width: 100%;
	height:auto;
	padding-left: 0px;
	margin-bottom: 20px;
}
#Footer{
	font-size: 10px;
	color:#666;
	line-height:normal;
	display: block;
	clear:both;
}

#Footer P{
	width: auto;	
}
}
