/* IQON Print CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	width: 160mm;
	color: #000;
	font: 10pt/1.6em Georgia, Garamond, "Times New Roman", Times, serif;
}
a, a:link, a:visited {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #63AC1E;
	text-decoration: none;
}
#header h1 a {
	color: #000;
	font: bold 30pt/1.2em Helvetica, Arial, sans-serif;
	border-bottom: none;
	text-decoration: none;
	padding: 0 0 2mm 0;
}
#hero h2 a {
	display:block;
	width: 100%;
	color: #000;
	font: normal 15pt/1.2em Helvetica, Arial, sans-serif;
	border-bottom:1px solid #000;
	text-decoration: none;
	margin:0 0 5mm 0;
}
ul#navigation, ul#navigation li, #content #columnleft, #linkbox, p.toplink {
	display: none;
}
#content #columnright {
	padding: 0 0 5mm 0;
}
#content h3 {
	font: bold 15pt/1.6em Georgia, Garamond, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 4pt 0;
}
#content p.intro {
	font: bold 9pt/1.6em Georgia, Garamond, "Times New Roman", Times, serif;
	color: #000;
	text-indent: 0pt;
	margin: 0 0 0 0;
}
#content h4, #content h5, #content h6, #content p {
	font: normal 9pt/1.6em Georgia, Garamond, "Times New Roman", Times, serif;
	color: #000;
	text-indent: 18pt;
	margin: 0;
}
#content strong {
	font-weight: bold;
}
#content em {
	font-style: italic;
}
#content ul {
	font: 8pt/1.6em Georgia, Garamond, "Times New Roman", Times, serif;
	display: block;
	list-style: none;
	margin: 0 3.2em 1.6em 1.6em;
	padding: 0;
}
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ol {
	font: 8pt/1.6em Georgia, Garamond, "Times New Roman", Times, serif;
	display: block;
	list-style: decimal;
	list-style-position: outside;
	margin: 0 3.2em 1.6em 3.2em;
	padding: 0;
}
#content ol li {
	margin: 0;
	padding: 0;
}
#content dl {
	font: 8pt/1.6em Georgia, Garamond, "Times New Roman", Times, serif;
	display: block;
	list-style: none;
	margin: 0 3.2em 1.6em 1.6em;
	padding: 0;
}
#content dl dt {
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content dl dd {
	color: #000;
	margin: 0;
	padding: 0;
}
#content acronym {
	white-space: nowrap;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#footer p {
	font: 8pt/1.4em Georgia, Garamond, "Times New Roman", Times, serif;
	color: #000;
	border-bottom: none;
	padding: 10mm 0;
}