
pre#printDocument {
    background-color:white;
    font-family:Courier, monospace;
    font-size:10pt;
    height:33em;
    width:50em;
    overflow: visible;
    margin: 2px;
    display: block;
}

.wbnoprint
{
    display: none;
}

div#messageDlg {
    display: none;
}

pre.noscreen {
    background-color:white;
    font-family:Courier, monospace;
    font-size:10pt;
    height:33em;
    width:50em;
    overflow: visible;
    margin: 2px;
    display: block;
}

