/*Print css for News releases*/
@page {
	size: portrait;
	margin : 1in 1in 1in 1in;
	}

@page :first {
	margin : 0in 1in 1in 1in;
  }

@media print {
	.screen_only, .top, .bnav, .btn, hr.hr{ 
		visibility:	hidden;
		position: absolute;
		}
	.maintable { 
		width: 95%; 
   	   	font-family : Times New Roman, Times, Garamond, serif;
        }
   .print_only { 
   		visibility:	visible;
        position: relative;
   		}
	.body,  P, A {
		color:#000000;
        font-size: 12pt;
	   	font-family : Times New Roman, Times, Garamond, serif;
		}
    td , div, center, br {
		font-family : Times New Roman, Times, Garamond, serif;
   		}  
    .big {
		font-size: 23pt;
	   	font-family : Times New Roman, Times, Garamond, serif;
		}
	.text {
  	   font-family : Times New Roman, Times, Garamond, serif;
		} 
	 H3 {
	font-size: 13pt;
	font-style : normal;
	font-weight : bold;
		}
}
