@charset "utf-8";
/* CSS Document */
.printstyle {
   float: none !important;
   width: auto !important;
   margin: 0 !important;
   padding: 0 !important;
   color: #000000 !important;
   background: white !important;
   font-size: 12pt !important;
   font-family:"Times New Roman", Times, serif !important;
}

/* Tell any html element with id="navigation" or id="footer" or class="noprint" to not print */
#donotprint, #footer, .noprint { 
display: none; 
}

#printable {
margin: 0;
color: black;
background-color: #ffffff;
width: 100%;
border: none;
}

a {
   color: black;
   background-color: #ffffff;
   text-decoration: none;
}


