/* ==========================================================================
    Print CSS
 ========================================================================== */

body * {
	display:none;
}
#scrollUp {
	display:none !important;
}
body { 
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.45; 
	font-family: Garamond,"Times New Roman", serif; 
	color: #333333; 
	background: none; 
	font-size:9pt; 
}

/* Headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid;font-family: "UnitPro",sans-serif; font-weight:500; color:#222222; margin-bottom:12px; text-transform:uppercase;}
h1{font-size:16pt;}
h2{font-size:14pt;}
h3{font-size:13pt;}
h4,h5,h6{font-size:11pt;}
h5 {
	text-transform:none;
}


p, h2, h3 { orphans: 3; widows: 3; }

code { font:10pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 10pt; }
hr { background-color: #ccc; }

/* Images */
img { float: left; margin:10pt; max-width:98% !important; }
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }

abbr[title]:after { content: " (" attr(title) ")"; }

/* Don't show linked images  */
a[href^="http://"] {color:#000; }
a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after { content: " (" attr(href) ") "; display:none; }

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after, a[href^="javascript:"]:after {content: "";}

/* Table */
table {text-align:left; clear:both; float:none !important; width:100% !important; }
th { /* border-bottom: 1px solid #333; */ font-weight: bold; }
td { /* border-bottom: 1px solid #333;*/ }
th,td { float:left; padding:0 !important; }
table, table td, table th { padding:0 !important;}
table { margin-bottom:10pt !important;}
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
img,tr {page-break-inside: avoid;} 

.hidden-print {
	display:none !important;
}
ul {
	padding-left:0;
	margin-left:0;
}
ul li {
	padding-left:15px;
	margin-left:15px;
	position:relative;
}
ul li:before {
	position:absolute;
	left:0px;
	top:2px;
	content:"•";
	display:block;
	width:20px;
	height:20px;
	color:#333;
}
#toTop {
  display:none !important;
}

.print-area, .print-area * {
  display:block !important;
}
