/* print.css */



/* Reset */

html, /*body,*/ div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.2; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* Basic colors and fonts */

body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

a {
	text-decoration: underline;
	color: #000;
}



/* Vertical margins */

h1, h2, h3, h4, h5, h6 {
	margin-top: 1.0em;
	margin-bottom: 0.4em;
}
h1 { margin-top: 0.5em }

p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

ul, ol, dl, table, blockquote, hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

li, dd, dt {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

dt {
	margin-top: 1.2em;
}



/* Horizontal margins */

p, table, h1, hr,
h1, h2, h3, h4, h5, h6 
{
	margin-left: 0;
	margin-right: 0;
}

ul, ol, dl, blockquote {
	margin-left: 5em;
	margin-right: 5em;
}

.inset-left {
	margin-left: 0;
} 

.inset-right {
	margin-right: 0;
}

li {
	margin-left: 0;
	margin-right: 0;
}

dd {
	margin-left: 0;
	margin-right: 0;
}

dt {
	margin-left: -1.5em;
	margin-right: 0;
}



/* Headers */

/* special styling */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/* font sizes */

h1 {
	font-size: 21pt;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 10pt;
}

h6 {
	font-size: 8pt;
}



/* Paragraphs */

p.footnote {
	font-size: 9pt;
}

p.highlight {
	font-size: 12pt;
}



/* Lists */

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}



/* Tables */

caption, th, td {
	padding: 0.3em 0.5em;
}

caption {
	font-size: 90%;
	text-align: center;
}

table {
	border: 1px solid #000;
}

th {
	border-bottom: 1px solid #aaa;
	background: #ccc;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #aaa;
}

/* alt row */

tr.alt td {
	background: #eee;
}



/* Blockquotes */

blockquote {
}



/* Other block elements */

hr {
	height: 1px;
	border: 0;
	background: #000;
	color: #000;
}



/* Inline elements */

small {
	font-size: 9pt;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.inset-left {
	float: left;
	margin: 0 10px 10px 0;
}

.inset-right {
	float: right;
	margin: 0 80px 10px 10px;
}



/* Layout styling */

hr { display: none }
div#content hr { display: block }

div#navigation, div#content, div#side-content, div#footer {
	margin-top: 1.2em;
	padding-top: 0.5em;
	border-top: 1px solid #000;
}

div#banner h1 {
	font-size: 11pt;
	padding: 15px 50px 15px 0;
}

div#imark a img {
	border: 0;
	position: absolute;
	top: 1em;
	right: 1em;
}

div#banner h1 a {
	text-decoration: none;
}

div#quick {
	display: none;
}

div#navigation h2, div#section h2 {
	font-size: 11pt;
}

div#navigation ul, div#section ul {
	margin: 0.8em 1.2em;
	font-size: 9pt;
}

div#navigation li, div#section li {
	margin: 0.1em 0;
}

div#navigation a, div#section a {
	text-decoration: none;
}

div#footer p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
