@charset "UTF-8";
/* Printable Style */

* {
    color: #000 !important;
    background-color: #fff !important;
    background-image: none !important;
}
body {
    margin: 0;
    padding: 0;
    font-size: 12pt;
}
a:link, a:visited {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}
img {
    max-width: none;
}

