/******************************************************************************
 *                             PRINT                                          *
 *****************************************************************************/

#print_header {
   width: 100%;
   border-bottom: 1px solid black;
   }

#print_header td {
   font-size: 13.7pt;
   font-weight: bold;
   }

#print_header .left {
   text-align: left;
   }

#print_header .center {
   text-align: center;
   }

#print_header .right {
   text-align: right;
   }

#print_footer {
   width: 100%;
   border-top: 1px solid black;
   }

#print_footer td {
   font-size: 10.3pt;
   }

#print_footer .left {
   text-align: left;
   }

#print_footer .center {
   text-align: center;
   }

#print_footer .right {
   text-align: right;
   }

