h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size:14px;
	font-weight:bold;
	color:#0daeeb;
	margin-top: 5px; 
	margin-bottom: 5px;
}

.heading1 {  
	display: block;
	font-size:14px;
	font-weight:bold;
	color:#0daeeb;
	margin-top: 5px; 
	margin-bottom: 5px;
}

div#topcontainer{
	display:none;	
}

/*div#footercontainer{
	display:none;	
}*/

div#contentcontainer{
	width:620;
	height:900;
}

div#lefttopcell {
	display:none;
}

div#pagefunctions, .background_flash_rate_bottom {
	display:none;
}

div.jcleftmenu, div.productleftmenu {
	display:none;
}

div#headerimage {
	display:none;
}

td#rightcell {
	display:none;
}

table#footer {
	display:none;
}

table#left_navbar {
	display:none;
}


/* For printing, we need to set the font family back to Times New Roman (it's more compatible than Sans-Serif fonts) */
.text, td, div, a, .formfield, .attachmentfield, table.inputform input, select, textarea, table.productoverview th, input.submitLink {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: black;
}

/* Probably it's just the body width that will do the most here, 700px seems to be wide enough for portrait... */
body, #content_section_table {
	width:650px;
	margin:0px;
	border:0px;
}

/* 
	to overcome the min-width/max-width issues, overwrite it with !important... 
	(http://www.456bereastreet.com/archive/200611/ie_expressions_ignore_css_media_types/) 
*/
div#resolutionwidth, div#topcontainer {
	width:650px !important;
}

/* remove the white borders and margins (introduced for background colors...) */
th.background_page_heading, div.background_page_heading_2col, .background_page_content, .background_page_content_bottom, .background_flash_rate_bottom {
	margin:0px;
	border:0px;	
}
