/* master.css
 *
 * This file contains the style definitions for print view
 */

/* General text settings */
/* -------------------------------------------------------------------- */
body
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    line-height:1.4em;
}


/* Hide certain elements */
/* -------------------------------------------------------------------- */
#logo,
#sidebar,
#navigation,
p.topLink
{
    display:none;
}

div.box,
div.box div.content
{
    padding:0;
    border:0px;
    background-color:none;
}
