/* =Print styles
---------------------------------------- */

body {
		font: 12pt "Times New Roman", Times, serif;
		background: #fff;		
		}
	
	img {border: none;}
	a, a:visited {color: #000; text-decoration: underline;}	
	.floatRight {float: right;}
	
	
	.header-outer,
	.secondary-content,
	.switch-nav-bottom,
	.switch-nav,
	.tabs-nav,
	.form-enquiry,
	.footer {
		display:none; 
		}					
		.secondary-container .secondary-content {
			display: block;
			}
	.container,
	.primary-container-outer,
	.primary-container,
	.secondary-container,
	.secondary-container .secondary-content,
	.primary-content {
		width: auto;
		height: auto;
		background: #fff;
		float: none;
		position: relative;
		text-align: left;
		margin: 0;
		padding: 10pt;
		color: #000;
		left: 0;
		top: 0;
		}