@media print { 
  @page {
	size: landscape;
  }
  @page rotated {
	size: landscape;
  }
  BODY {
	width: 100%; 
	height: 100%; 
	background-color: #ffffff; 
	background-image: none; 
	color: #000000; 
	font-size: 12pt; 
	margin: 0px; 
	border: 0px; 
	border: none;  
	border-color: #ffffff;
  }
  #top {
	display: none;
  }
  #contentarea {
    writing-mode: lr-tb;
	width: 100%;
	height: 100%;
	margin: 0px; 
	border: 0px;
	border: none; 
	border-color: #ffffff; 
	font-size: 12pt;
	color: #000000;
	text-align: center;
	float: none;
  }
  .ta1 {
   	font-size: 12px;
   	color: #000000;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-weight: normal;
  }
  .smallGraphText {
   	font-size: 10px;
   	color: #000000;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-weight: normal;
  }
}
