@charset "utf-8";
/* CSS Document */
@media print
{
  body {
	background: none;
  }
  html { height: auto; margin-bottom: 0; }  
  .page_margins {
	width: 100%;
  }
  #col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0; }
  #col2 { display:none; }
  #col3 { display:none; }
  
  #header, #nav {
	  display: none;
  }
  .bodytext, .news-single-item p, p, td {
	  font-family: "Times New Roman", Times, serif;
	  font-size: 12pt;
  }
  #logo_prn {
	border-bottom:2px solid Black;
	margin-top:15px;
	margin-bottom: 20px;
	width:100%;
  }
  
  .c50l, .c50r {
	float: none;
	width: 100%;
  }
  .c50r {
	margin-left: 0;
  }
  .cl23, .cleft, .cleft2 {
	width: 600px;
  }
  .news-list-date, .news-single-date {
	border: #000 solid 1px;
  }
  .news-single-backlink {
	display: none;
  }
  #footer p , #footer p a {
	color: #000;
	margin: 0;
	font-size: 11pt;
  }
}
