/**
*
*   CSS IMPRESSION
*
**/
@page
{
size       : A4 landscape;
}
body
{
font       : normal 80% Arial, Helvetica, sans-serif;
color      : #000;
margin     : 0;
padding    : 0;
}
.Component-Print-Only
{
display    : inherit;
}
.Component-No-Print
{
display    : none;
}
.Component-Print-Header,
.Component-Print-Footer
{
min-height : 20px;
}
.clear
{
clear      : both;
}

