/* Person Pages  -  Printed Pages Only*/
.PB{
page-break-after : always;
} /* Insert page break*/
.JT {
    display: none;
}  /* 'Jump To' and 'Back To Top' */
a {
    text-decoration: none;
    color: #000000;
}  /* Do not print underlines for links */
.noprint {
    display:none;
}	/* Text not to be printed */ 
