/*------------------------------------------------------------------------------------
    Print:

    basic print stylesheet, gives print and noPrint classes.


*/

.noPrint {
	display: none !important;}

.printAsFullWidth {
    clear:both;
    float:none;
    width:100% !important;}

#sizer {
    display: inline;
    width: 100%;}

html * {
  background:transparent;
  color:black;
  font-size:12pt;}

img {
    border:none;}

html * a:link:after, html * a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

html * a[href^="/"]:after {
  content: " (" attr(href) ") ";}