/*-----------------------------------------------------------------------------
print.css
-----------------------------------------------------------------------------*/
body
{
    font-size: 10pt;
}
body *
{
    color: black !important;
}
h1, h2, h3, h4, h5, h6
{
    color: black;
}
a:link,
a:visited,
a:hover,
a:active
{
    color: black;
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------
display: none
-----------------------------------------------------------------------------*/
#nav
{
    display: none;
}
/*-----------------------------------------------------------------------------
layout
-----------------------------------------------------------------------------*/
#head
{
    margin-bottom: 2cm;
    background: url(/res/img/layout/head-white-gradient.png) left bottom repeat-x;
}
#content
{
    width: 15cm;
}
#foot
{
    margin-top: 2cm;
    border-top: 1px solid rgb(204,204,204);
    text-align: right;
    font-size: 8pt;
}
/*-----------------------------------------------------------------------------
eof
-----------------------------------------------------------------------------*/