

/* -- PRINT STYLES  ----------------------------------------------- */

* {
	font-family:	Arial, Helvetica, Sans-Serif;
	color:			#000;
}

/* -- hide some pageitems -- */
div#topnav,
div#logoCon,
img#introVisual,
div#navigationCon,
div#printbttn,
div#innerFooter span,
div#innerFooter a {
	display:		none;
}

/* -- set max width for total page -- */
div#innerCon div {
	width:			600px;
	font-size: 		12px !important;
	line-height:	1.5em;
}

div#headerCon {
	height:			49px;
}


/* -- enable header for printlayout -- */
div#printHeader {
	display:		block;
}

div#textCon {
	display:		block;
	width:			100%;
}

div#rightCon {
	display:		block;
	width:			100%;
}

div#subcontentCon {
	display:		block;
	width:			100% !important;
}

div#textCon img ,
div#subcontentCon img {
	border:			none;
}

/* -- all links should print black -- */
a {
	color:			#000 !important;
	text-decoration:underline;
}

/* -- SIFR -- */
/*
.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;
}
*/