@charset "utf-8";

/*======================================================
Stylesheet for printer
========================================================*/

/*------------------ =body -----------------------------*/
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
/*------------------ =H1 and Branding  -----------------*/
h1#branding a {
	font: 15pt Arial, Helvetica, sans-serif;
	color: #5f5f5f !important;
	text-indent: 0;
	text-decoration: none;
	line-height: 20pt;
	margin: 0 0 20pt 0;
	display: block;
}
h1#branding a img { margin: 0 0 20pt 0; border: none!important; }
h1#branding a span.hidden { float: left; width:100%; line-height: 20pt; }

/*------------------ =Claim ----------------------------*/

blockquote.claim { font-size: 14pt; color: #000000; font-style: italic; }
blockquote.claim, blockquote.claim p {
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	text-indent: 0;
}
/*------------------ =Headlines ------------------------*/
h1, h2, h3, h4, h5, h6 { color: #000000; line-height: normal; }
h1 { font-size: 16pt; }
h2 { font-size: 15pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }
/*------------------ =Lists ---------------------------*/
ol, ul, li {
	font-size: 11pt;
	line-height: 1.4;
}
/*------------------ =hr ------------------------------*/
hr {
	background-color: #ccc;
	margin: 0 0 25pt 0;
}
/*------------------ =Paragraphs ----------------------*/
p {
	font-size: 11pt;
	line-height: 1.5;
	margin: 0 0 1.1em 0;
}
/*------------------ =Link ----------------------------*/
a, a:visited, a:hover, a:visited:hover {
	background: transparent;
	text-decoration: none;
}
a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	color: black !important;
}
a img { border: none; }

/*------------------ =Images  -------------------------*/

img { float: none; margin: 0 0 1.5em 1.5em !important; border: 1px solid black !important; }
dd { float:none;}
dt { float:none;}

/*------------------ =Elements Hide -------------------*/
#nav, #nav-add, #content-sidebar, form, #footer, .noprint, .goToTop {
	display:none!important;
}

#content-main div.accContent {
	display:block!important;
}
