﻿.nonprintable 
{
    display: none;
}
.printable 
{
    display: block; 
    visibility: visible; 
    font-size: 24pt;
    font-weight: bold;
    font-family: Arial;
}
.pLabel
{
	font: 16pt Arial;  
	color: #000000;
 	text-align: justify;
 	margin-bottom: 5px;
 	margin-top: 5px;
}
.pAppID
{
	font: bold 20pt Arial;  
	font-weight: bold;
	color: Red;
	text-align: justify;
}
