/* Printable Style */

#Banner,
#Left,
#ContainerLeft,
#Right,
#ContainerRight,
#searchform,
#top-menu,
#under-menu-right {
    display: none;
}

* {
    color: #000 !important;
    background-color: #fff !important;
    background-image: none !important;
}
body {
    margin: 0;
    padding: 0;
    font-size: 10.5pt;
}
a:link, a:visited {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}
pre {
    max-height: none;
    overflow: visible;
    white-space: normal;
}
dfn[title]:after, abbr[title]:after, acronym[title]:after {
    content: " (" attr(title) ") ";
    font-size: 90%;
}
img {
    max-width: none;
}

div#Footer{margin-top:20px;}