/* print speictic only */

@import url("content.css");
@import url("sifr-print.css");


	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		padding: 25px;
		}

	#header,
	.skipLink,
	#footer,
	#topnav,
	#leftnav,
	#search,
	#flashContent,
	.logout {
		display: none;
		}
	.content {
		clear: both;
		width: 930px;
		}	
	img {
		display: block;
		}
	a {
		color: #007ec4;
		}
	a img {
		border: none;
		}	
			
	h1  {
		margin-top: 0;
		font-size: 18px;
		color: #666;
		}
	h2  {
		margin-top: 0;
		font-size: 16px;
		color: #666;
		background: none;
		}				
	h3 {
		font-size: 12px!important;
		color: #666;
		background: none;
		text-indent: 0;
		}		

	.topImage {
		display: none;
		}
		
		
