    
    body {
        color: #000;
        font-size: 9pt;
    }
    
    .not_print{
        display: none;
    }
    
    #wrap {
        width: 600px;
    }
    
    .print-only {
        display: block;
    }
    
    .page-break {
        page-break-before: always;
    }   
    img[src*='1274']{
         width: auto;
         height: 500px;
    }
    a {
        text-decoration: underline;
        color: #999;
    }

