/* Tiso Print stylesheet
   Note: when the url param: ?print=1 then this stylesheet will also be used for screen display
   
   $Id: print.css 2852 2005-12-15 09:54:36 +0000 (Thu, 15 Dec 2005) tom $
   */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black !important;
	font-size: 10pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0 0 0 0;
	padding: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
  	}

#extra, #navbar, #footer .footernav, #textsize, #goback, #printpage, .noprint {
	display: none !important;
	}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
}

h1 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #CCCCCC;
	line-height: 22pt;
	font-size: 20pt;
	}
h1 a {
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	}
h1 img {
	vertical-align: middle;
	margin-right: 1em;
	}
h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 16pt;
	font-weight: normal;
	color: #000000;
	}
h3 { 
	margin: 0 0 0.2em 0;
	padding: 0;
}
p {
	margin-top: 0;
	color: #333333;
	}
strong, b {
	color: #000000;
	}
dd {
	margin-left: 0;
}
dd p.copyright {
	margin-top: -10px;;
	font-size: 8pt;
}
a {
	text-decoration: none;
	color: #000000;
	}

#content a:link:after, #body a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 9pt;
	color: #666666;
	}

img { border: none; }


#footer {
	border-top: 1px solid #CCCCCC;
	padding: 0.5em 0;
	font-size: 9pt;
	clear: both;
	}
#footer p {
	margin: 0;
	}
#copyright {
	font-weight: bold;
	}
#copyright .printonly {
	font-weight: normal;
	}

/* tables */
table {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table td, table th {
	border-bottom: 1px solid #cccccc;
	padding: 0.3em;
}

/* Lists
----------------------------------------------- */

#content li {
	list-style: disc;
	margin-left: 1.5em;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #1e1e53;
}

#content li li {
	font-size: 1em !important;
}

#content ul, ol {
	margin-bottom: 1em;
}

#content ul * ul, #content ol * ol {
	margin: 0;
}

#content ol.loweralpha li {
	list-style-type: lower-alpha;
}

#content ol.decimal li {
	list-style-type: decimal;
}

#content ol.decimal li li {
	list-style-type: lower-alpha;
}

#content ol.decimal li li li {
	list-style-type: decimal;
}

#content ol.decimal li li li li {
	list-style-type: lower-alpha;
}


/*START: 1210365650.8459

END: 1210365650.8496

DIFF: 0.003654956817627*/