/* print styles */

@media print {
  
  body {background:#ffffff; font-family: Helvetica, sans-serif; font-size:0.8em; color:#3D3D3E; margin:0 0 0 0;}

  .left_menu, .AspNet-Menu-Horizontal, .logo, .logo3, .banner, #datechanger, .link, .footer, .topbanner3, #navigation
  {
	visibility:hidden;
	display:none;	
  }   
  
  div.clear {clear:both !important; height:1px; visibility:visible;}
  
  h1, h2, h3, h4, h5, h6 {font-weight:normal;}
  h1 {font-size:1.5em; color:#005B83; margin:0.5em 0 0.5em 0;}
  h2 {font-size:1.5em; color:#005B83; margin:0.5em 0 0.5em 0;}
  h3 {font-size:1.5em; color:#005B83; margin:0 0 0 0;}
  h4 {font-size:1.1em; color:#307008; margin:15px 0 0 0;}
  h1.banner {background:url(../top.jpg); height:205px; width:921px; margin:0 auto 0 auto;}
  h1.banner2 {background:url(../top2.jpg); height:206px; width:922px; margin:0 auto 0 auto;}
  h1.helpline {background:url(../helpline.gif); height:136px; width:180px; margin:40px 0 0 0;}
  h1.pagetitle {}
  h5 {font-size:1.3em; color:#005B83; background:url(../h5.gif) top left no-repeat;}
  h6 {font-size:1.3em; color:#313131; margin:0 0 0.5em 0;}

  .logo2 {visibility:visible;}
  
  a {text-decoration:none;}
  
  a img {border:0;}
  
  .memberdetails {padding-top:35px;visibility:visible;float:right}  
  .samplelinebreak {height:150px;visibility:visible;} 
  #with-cash.tax-graph, #no-cash.tax-graph  {width:26em;}
}
/* End Print Styles */