@media print {
   body {
      background: #fff;
      color: #000;
      font-family: "Times New Roman", Times, serif;
      font-size: 12px;
      margin: auto;
   }
   a{
      text-decoration: underline;
   }
   .cImgText, .mButton, .cImages, .contentTop, .contentBottom, .header, .cert, tr.head, td.menu_bar, td.underLogo,
   td.td_header, td.footer {
      display: none!important;
   }
   table tr { width:100%!important }
   .cMainText{ padding: 0px; }
   .content { margin: 0; width: 100%; top:0!important; background:none }
   .cMain { padding-top: 0; width: 100%}
   .contentTable { width: 100%; margin:0 }
   .main_content { width:100% }
   center { position:relative; left:0; text-align:left }
   
}
