@media print {
  /* style sheet for print goes here */

BODY { 
/*font-family : Arial , Helvetica , Homerton , sans-serif ; */
font-family: "Times New Roman" , Times , Trinity , serif ; 
font-size : 18pt ;
/* font-weight:bold; */
}
  
.NAVBAR, .SUBSIDNAV, .RIGHTCOL, .SOCIAL_IMG, .NOPRINT {display: none;}

div.RIGHTCOL {
width : 0% ;
}

div.CONTENT {
margin-right : 1% ; 
}

/*
p.CONTENT {
font-size : 24pt ;
}
*/

.PRINTONLY_BLOCK {
display: block ;
}

.PRINTONLY_INLINE {
display: inline ;
}

.PRINTED_URL {
color : blue ;
}

}