﻿* {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

a,
a:visited { color: #333; text-decoration: underline; }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
.a-content {
    /* unhides accordion sections so all Q&A print */
    display: inline-block;
    overflow: visible;
    padding: 8px;
    max-width: 100%;
}
/*
     * Don't show links for images, or javascript/internal links
     */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

body{
	padding:0px;
	margin: 0px auto;
	font:12pt Arial, Helvetica, Sans-Serif;
    }
    
/*html styles*/
h1{
    font-size:15pt;
    line-height:1em;
    margin:.2em 0em;
    }
h2{
    font-size:14pt;
    line-height:1em;
    margin:.2em 0em 0em 0em;    
    }
h3{
    font-size:13pt;
    line-height:1em;
    margin:.2em 0em;
    }
p{
    line-height:1.5em;
    margin-top:0em;
    }
    
    
/*master page components*/
#wrapper{width:100%;}
header, nav, footer{display:none;height:0px;}
#container{width:100%;}    
#content{
    width:100%;
	padding:10px;
	color:#000;}

/*classes*/
.hideFromPrint{display:none;}
.helpText{line-height: 16px;letter-spacing: 0.1em;}
.button{display:none;}
.clear{clear: both;}
.noGap{line-height:0px;margin:0px;padding:0px;}
.warning{color:Red;}



