/* - Print CSS */

* {
 margin: 0; padding: 0;
}
html {
 font-size: 12pt;
}
body {
 font-family: 'times new roman', serif; width: 100%;
}

h1, h2, h3, h4, h5, h6 {
 font-family: arial, sans-serif; margin: 0 0 12pt; width: 100%; float: none;
}
	h1 {
	 font-size: 18pt;
	}
	h2 {
	 font-size: 16pt;
	}
	h3 {
	 font-size: 12pt
	}
	h4, h5, h6 {
	 font-size: 10pt;
	}
p {
 line-height: 15pt; margin: 0 0 12pt;
}
a {
 color: #000000; text-decoration: none; border: 0; padding: 0;
}
img {
 display: none;
}
ul, ol {
 list-style-position: inside;
}

#summary {
 float: none; width: 100%;
}
	#summary:before {
	 content: "Page description: ";
	}
#middlecolumn {
 width: 100%;
}
.accesskeys, #breadcrumb, #topstrip, #middleheader .clear, #leftcolumn, #rightcolumn, #footer, .lastUpdated, #header {
 display: none;
}

.toggle div.closed {
 display: block;
}
