/* Switch sIFR text back before printing */

.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;
}


/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}


/* standard layout id's */
#header {
	width:auto;
	height:20pt;
}

#header .header_image, 
#header #sub_menu,
#header main_menu{
	display: none;
}

#header #logo {
	display: block;
	position:absolute;
	left:10px;
	right:0;
} 

#header p {
	display: none;
}

h1 {
	margin-left:0;
	padding-left:0;
}

#main_menu {
	display: none;
}

#main_content {

	top:0px;
	left:0px;
	padding:0;
}
	
#sub_content {
	display:none;
	}

#footer {
	display: none;
}

