
.printBr {
    page-break-before: always;
}
#global-banner, #global-menu, #main-content, body{
    background:none;
}
#glabal-banner {
    border-bottom: 2px solid #354785;
}
#global-banner h1, #global-menu h3, #global-menu a, #global-menu a:hover, #global-menu a:visited {
    background: none;
    color: #000;
}
.hide_for_print {
    display: none;
    }
.ppi-data {
    background: none repeat scroll 0 0 #FCFCFC;
    margin-bottom: 40px;
    max-width: 100%;
    }
.leftNoWrap {
    text-align: left;
    white-space: nowrap;
    }
.ppi-data {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    page-break-inside:auto;
    }
.tr {
	page-break-inside:avoid;
	page-break-after:auto;
    }    
.textarea {
    width: 100%;
    }
.media-body {
    margin: -20px 350px 0 0;
    float: right;
    line-height: .3em;
    }
.row-fluid {
    width: 100%;
    }
.pull-right {
    float: right;
    }
.topmargin6 {
    margin: -73px 25px;
    font-size: 13px;
    }
 
/*
    Vishnu Added this to get rid of the URLs being printed 
    alonside the links.
*/   
@media print {
  a[href]:after {
    content: none !important;
  }
}