/*
Print-specific styles
*/

@media print {
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	}

	select, option {
		font-size: 10px;
	}

	#topBar, #nav, #newsContainer, #copyright, #leftNav, #breadcrumbs, #contentBottomLine, #news, #fcontentBottomLineContact, #title{
		display:none;
	}

	table#content{
		width:85%;
	}

	img.banner {
		margin:0px;
	}

} /* close print-specific styles */

.officeThumb {
	text-align:center;
}
