/* CSS Document */

body { visibility: hidden; }

.print_button { border: 1px solid #000000; background-color: #CC0000; width: 100px; padding: 5px; margin: 0px 0 0px 0; text-align: center; }

.print_button A.link { font-family: Verdana; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.print_button A:visited { font-family: Verdana; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.print_button A:active { font-family: Verdana; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.print_button A:hover { font-family: Verdana; font-weight: bold; color: #FFFFFF; text-decoration: underline; }

.print_box {  width: 660px; font-family: Verdana; font-size: 12px; text-align: justify; }

.print { visibility:visible; }
