/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0; font-size:12pt; }

.narrowcolumn { background:white; }

#page { background:white; }

span.tip { display:none }

span.tool { border-bottom:1px dashed }

#sidebar { display:none }

#header { display:none }

.mycomment { border-style: solid; }

#footer { background:white; border: 1px solid; }

#commentform { display:none }

.ads_on_bottom { display:none }

.noprint { display:none }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

img { page-break-inside:avoid; 
     page-break-after:avoid; }

p {
	text-indent: 14pt;
}

/* Dunno what this stuff does!
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }

*/
}