@charset "utf-8";
/**
 * Section for media print
 */
body {
    background: white;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
}
  
#header, #pageHeader, #navigation, #sidebar, #account, #footer, #breadcrumbs, #tree, #sub_nav{
    display: none;
}

#container, #wrapper, #content, #txt {
    float: none;
    width: 97%;
    position: relative;
}

#txt {
    font-family: Verdana, Arial;
    color: black;
    margin-left: 2.1cm;
    padding-right: 4.6cm;
    font-size: 11pt;
    line-height: 14pt;
}
