@charset "utf-8";
/* CSS Document */

/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

header, footer, .fontSizeWrap, .breadcrumb, .sidebar, .scroll-to-top {
	display: none !important;
}

/* =========================================================================== DIVS AND CLASSES THAT WILL BE PRINTED OUT */


body {
	background-color: #FFF;
}

.printLogo{
	width: 320px;
}

/* CONTENT STYLES */

/* Text Styling */

body {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

h1, h2, h3, h4, h5 {
    line-height: 1.2em;
    color: #000;
    font-weight: normal;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    padding: 20px 0;
    margin: 0;
    text-align: left;
}

h1 {
    margin: 0;
    padding: 7px 0 5px 0;
}

.pageHeading h1 {
    padding-top: 0;
}


h2 {
    font-size: 1.176em;
    font-weight: 600;
    margin: 15px 0;
    padding: 0;
}

h3 {
    font-size: 1.059em;
    font-weight: 600;
    margin: 10px 0;
    padding: 0;
}

h4,
h5,
h6 {
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}

/* Link Colors */

a, a:link, a:visited, {
    color: #000;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        text-decoration: underline;
    }
