/* 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;
}



/*/////////////////////////////////////////*/

body{
	font: 1.1em Geneva, Arial, Helvetica, sans-serif;
}


div#PrintLogo{
	display:block;
}

.HideOnPrint {
	display: none !important;
	width:1px !important;
}

.ShowOnPrint {
	display: block ! important;
}

div.ResizeOnPrint,
td.ResizeOnPrint {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 98% !important;
	/*width:620px !important;*/
}


table.MainTable{
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 98% !important;
	/*width:620px !important;*/
}

td.ResizeOnPrint2{
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	/*width:620px !important;*/
	width: 98% !important;
}

div#Content{
	/*width:620px !important;*/
	width: 98% !important;
	overflow:hidden;
}

body, 
input, select, textarea, 
table, tr, td,
h1, h2, h3, h4, h5, h6,
a {
	background-color: #ffffff ! important;
	color: #000000 ! important;
}

h5{font-size:110%;}

a, a:visited {
	text-decoration: underline ! important;
}

div#pageHeader,
td.NavigationPath{
	display:none;
}