/*@media print {*/

	/*hidden stuff	*/
	#accesslinks,
	#primary-navigation,
	#secondary-navigation,
	#showcase,
	#showcase-nav,
	#ws-clock {
		display: none;
	}
			
	body {
		background: none;
		margin: 0 !important; 
		padding: 0 !important;
		line-height: 1.4;
		font-size: 12pt;
	}
	
	div#body a,
	div#links a {
		font-weight: bold;
		text-decoration: none;
		color: #19137A;
	}
	
	div#body a:after,
	div#links a:after {
		content: " [" attr(href) "]";
	}
	
	h1, h2, h3, h4, h5, h6 {
		clear: both;
	}
		
	h1 {
		font-size: 19pt;
	}
	
	h2 {
		font-size: 17pt;
	}
	
	h3 {
		font-size: 15pt;
	}
	
	h4, h5, h6 {
		font-size: 12pt;
	}
	
	h1 a, h2 a, h3 a, h4 a {
		color: #000;
		text-decoration: none;
	}
	
	h1 span a, h2 span a {
		display: none;
	}
	
	code {
		font: 10pt Courier, monospace;
	}
	 
	blockquote {
		margin: 1.3em;
		padding: 1em;
		font-size: 10pt;
	}
	
	/* Images */
	img {
		float: left;
		margin: 1em 1.5em 1.5em 0;
	}
	
	a img {
		border: none;
	}
	
	/*layout*/
	div.shell,
	div.section {
		clear: both;
		overflow: auto;
		page-break-inside: avoid !important;
	}
	
	div.block,
	ul {
		page-break-inside: avoid !important;
	}
	
	/*header*/
	div#header-home h1 {
		display: block;
	}
	
	/*clients*/
	div#clients ul {
		list-style: none;
	}
	
	/*related items*/
	div.related-items li {
		background: none !important;
	}
	
	div.related-items div.tab-header a {
		display: none;
	}
	
/*}*/
