@charset "iso-8859-1";

/* $Id: print.css 8175 2006-12-16 16:49:17Z ifca $ */

.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;
}

img.EmbeddedImage{
    border-collapse: separate;
    background-color: white;
    border: thin solid #666;
}

