/* Style sheet for printing */
/* updated 2003/12/19 */


/* ------------------------------ */
body {
	background: white;
	background-image: none;
	padding-right: 2em;
	margin:0em;
}


/* ------------------------------ */
body, th, td {
	font-size: 10pt;
}
/* ------------------------------ */
body, td {
}
/* ------------------------------ */
h1, h2, h3, h4, h5, h6  {
	color: black;
	orphans:3;
}
/* ------------------------------ */
h1 {
	font-size: 18pt;

}
/* ------------------------------ */
h2 {
	font-size: 14pt;
	margin-left: 0;
}
/* ------------------------------ */
h3 {
	font-size: 12pt;
	margin-left: 0;
}
/* ------------------------------ */
h4 {font-size: 11pt;}

/* ------------------------------ */
h5, h6 {font-size: 10pt;}

/* ------------------------------ */

dt,strong,dfn,th {
	color: black;
}

strong{
	font-weight: bold;
}
/* ------------------------------ */
em {
	color: black;
	font-style: normal;
}
/* ------------------------------ */

div.lead {
	margin-left: -0.5em;
	border: 1px solid;
	padding: 1em;
	background-image: none;
}


.lead,.pseudolink {
	color: black;
	text-decoration: none;
}


/* 
a:visited, a:link {
	color: black;
	text-decoration: underline;
}
 */