/* -------------------------------------------------------
	Print Stylesheet
	Author:   NR6
	Version:  2005.09.01
------------------------------------------------------- */



/* -------------------------------------------------------
	Global
------------------------------------------------------- */

body {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font: normal 12pt/1.5em Arial, Helvetica, sans-serif;
}



/* -------------------------------------------------------
	Things To Hide
------------------------------------------------------- */

.skipLink {
	display: none;
}



/* -------------------------------------------------------
	Links
------------------------------------------------------- */

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
   font-size: 90%;
	font-weight: normal;
}

.javascriptlink a[href]::after { 
	content: " (website url) "; 
   font-size: 90%;
	font-weight: normal;
}



/* -------------------------------------------------------
	Sifr
------------------------------------------------------- */

/* 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;
}