
/***********************************
 CSS Rules to use when Page Printed
************************************/

body
{
    background: white;
    color: black;
    font: normal 12px 'Verdana', 'Arial', 'sans-serif';
}

.no-print
{
    display: none;
}

.print-only
{
    display: block;
}

#navigation
{
    display: none;
}
