/* printstyle.css */
/*
Name: Momentum
Theme URI: http://www.momentum.co.za/
Description: Print Styles - momGroupWcm
Version: 1.0
*/
* {
    position: static;
    float: none;
}
body {
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
    font: normal 10pt/160%;
    font-family: "Palatino Linotype" , "Times New Roman" , Serif;
}
.page_header,
.content_navigation,
.content_additional,
.page_tools,
.page_footer,
#headingImage {
    display: none
}
h1 {
    font-size: 14pt
}
h2 {
    font-size: 13pt
}
h3 {
    font-size: 12pt
}
h4 {
    font-size: 11pt
}
h5 {
    font-size: 10pt;
    font-weight: bold;
}
h6 {
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
}
a,
a:link,
a:visited {
    text-decoration: none;
    color: Black;
}
.content_breadcrumb {
    border-top: solid 1pt #ccc;
    font-size: 8pt;
}
.lastmodified {
    font-size: 6pt;
    border-top: solid 1pt #ccc;
}
div.landinglist img {
    float: left;
    page-break-before: left;
}
blockquote {
    background-color: #ccc;
    font-style: italic;
}

