/*  PRINT STYLE SHEET */
			
	body {
		font-family: georgia, serif;
		font-size: 11pt;
		color: #000;
	}

	a, img {
		border: 0 !important;
	}


	#logo {
		border: 0;
	}


	#logo img {
		width: 200px;
	}

	#photoMain {
		margin-bottom: 24px;
		text-align: left;
		width: 498px;
		}

	#photoThumbs {
		width: 505px;
		margin-bottom: 18px;
		float: left;
		clear: left;

	}

	#photoThumbs a {
		margin: 0 6px 6px 0;
		float: left;
		display: block;
		width: 66px;
		height: 66px;
		background-color: #fff;
		border: 0;

	}

	#nav {
		display: none;
	}
	
	h1, h2, h3, h4 {
		font-family: arial, sans-serif;
		font-weight: normal;
		clear: left;
	}



/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

		.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
			display: none !important;
			height: 0;
			width: 0;
			position: absolute;
			overflow: hidden;
		}

		span.sIFR-alternate {
			visibility: visible !important;
			display: block !important;
			position: static !important;
			left: auto !important;
			top: auto !important;
}