@charset "iso-8859-1";

/* $Id: print.css,v 1.11 2005/02/23 15:13:08 svss Exp $ */

.Print {
    /* maybe this isn't a useful default for all situations, but for most */
    display: inline;
}

.DontPrint {
    display: none;
}

body {
    width: 16cm;
}

td.CentralFrameColumn {
    background-color: white;
}

div.EmbeddedImage {
    border-collapse: separate;
    background-color: white;
    border: thin solid #666;
}


