/* print styles */
body, td, tr, p { font-size: 8pt; }

A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
div.hide {display: none;}
img.show {display: inline;}
table#show {display: block; width: 650px; }
table#hide {display: none;}
td#show {width: 650px; }
IMG {display: none;}

.head { font-size: 14pt;}