/* PRINT CSS */

/* This CSS file hides unwanted elements when a page is printed out,
by overriding styles set in pagelayout.css */

/*body
{
    font-size: 11px;
    background-image:none;
    font-family:Arial;
}*/

body, div#content, div.main_content1, div.cont_col1, header, .header_inside, .head_row2, #mask
{	
    background-image:none;
    background: none;
}

div#toolbox, menu, .footerbox, .cont_col2, ul.sf-js-enabled.sf-shadow

{ 
	display: none; 
}

div#content
{ 
	z-index: 0;
    height: 0;
}

a:after, a:link:after
{
    display: none; 
}

