/*** Print.css - Print style sheet ***/

body { 
     font-family: Georgia, "Times New Roman", Times, serif; 
     font-size: 10pt; 
     color: #000000; 
     background-color: #FFFFFF; 
}

td {
     font-family: Georgia, "Times New Roman", Times, serif;
     font-size: 8pt;
}

.content {
     font-family: Georgia, "Times New Roman", Times, serif;
     font-size: 8pt;
}

.noprint {
     display: none;
} 

.page_break {
     page-break-before: always;
}

a:link:after{
     content: "attr(href";
     font-size: 90%
}