/*

	OSI IPF style sheet / print
*/

body { background-image: none }

div.head div.lilmenu,
div.head div.searcbox,
div.head div.menu { display: none }
div.head { height: 98px }

div.head div.logo { top: 35px }
div.container { width: 100% }

div.content div.yahoobar,
div.content div.colr { display: none }
div.clearboth { display: none }

div.content div.col {
	float: none;
	margin: 0 auto;
	width: 95%;
}
div.content div.col h1,
div.content div.col h3,
div.content div.col h3 span, 
div.content div.col h1 span  {
	height: auto;
	padding: 0;
	letter-spacing: normal;
	line-height: inherit;
	background-image: none;
}

div.content div.col p, 
div.content div.col p.date {
	margin: 11px 0 ;
}
div.content div.col a, 
div.content div.col a.arrow { 
	color: #97b7b5; 
	text-decoration: underline;
	font-weight: normal;
}

div.foot,
div.content div.coll { display: none }

div.print { display: none }


