/* ---------------- Media Types START ---------------- 
*/
@media print {

	ul { 
		list-style-image : none !important;
	} 


	#top, #header_home, #topnav, .leftcol { display: none; }
	
	.content {
		padding-right: 80px;
	}

	#footer .links {
		background: #4D5156;
		color : #4D5156;
		font: 11px/18px Tahoma, Verdana, Arial, sans-serif;
		text-align: center;
	}
	#footer .links a {color: #4D5156; text-decoration: none;}
	#footer .links a:link {color: #4D5156;}
	#footer .links a:visited {color: #4D5156;}
	#footer .links a:hover {color: #4D5156; text-decoration: underline;}

	#footer {
		background: #4D5156;
		color : #C1C6CA;
		font: 11px/18px Tahoma, Verdana, Arial, sans-serif;
		text-align: center;
		padding: 17px;
		width: 620px;
	}
	#footer a {color: #4D5156; text-decoration: underline;}
	#footer a:link {color: #4D5156;}
	#footer a:visited {color: #4D5156;}
	#footer a:hover {color: #4D5156; text-decoration: underline;}

}
