/* Basic print settings */
BODY {
	color: black; 
	background: white;
	}
A:link, A:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
	font-weight: bold;
	}
H1, H2, H3 {
	background: white; 
	color: black; 
	padding-bottom: 1px; 
	border-bottom: 1px solid gray;
	}
/* Hide Rollover and graphicals */
div.column-one {
	display: none;
	}
div.column-two 
	{ 
	left: 10px;
	}
div.banner_left{
	display: none;
	}
div.banner_bg { 
	display: none;
	}
div.banner_title{
	display: none;
	}
div.banner_product_top{
	display: none;
	}
div.main_top_left{
	display: none;
	}
div.main_top_mid{
	display: none;
	}
div.main_top_right{
	display: none;
	}	
	
		
#tabstrip   {
 	display: none;
 	}

#tabstrip2   { 
	display: none;
	}

#tabstrip3   {
	display: none;
	}

#tabstrip4   {
	display: none;
	}

#tabstrip5   {
	display: none;
	}

#pdf_button   { 
	display: none;
	}
	
/* Add Print header and footer here */
div.print_header   { background-image: url(images/ses_logo_print.jpg); background-repeat: no-repeat; background-position: left 100%; margin-left: 10px; width: 272px; height: 93px }

div.print_footer  { 
	font-size: 2mm; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-left: 10px;
	text-align: center; 
 }