/*----------------------------------------------------------------------/
/  Stylesheet for printing
/-----------------------------------------------------------------------*/
*	{
	color: black !important;
	background: white !important;
}
body	{
	font:  12pt "Times New Roman" , "Times" , serif;
}
.links, .breadcrumb, form	{
	display: none;
}
a	{
	text-decoration: none;
	color: black;
}
h1, h2, h3, h4, h5, h6, address, dt,
.quote, .header, .links, .breadcrumb, #searchform, #blurb, legend	{
	font-family: "Bookman Old Style", "Palatino Linotype", serif;
	font-weight: normal;
	font-style: normal;
}
.copyright {
	padding-right: 4em;
	font-size: x-small;
	text-align: right;
}
hr	{
	visibility: hidden;
}
/*----------------------------------------------------------------------/
/ Lists
/-----------------------------------------------------------------------*/
dt	{
	float: left;
	clear: both;
}
dt:after	{
	content: ":";
}
dd	{
	text-indent: 0.5ex;
}
dt,
dd	{
	margin: 0em;
	padding: 1ex 0ex;
	line-height: 1;
}
/*----------------------------------------------------------------------/
/ Styling
/-----------------------------------------------------------------------*/
ins	{
	text-decoration: none;
}
q	{
	font-style: italic;
	quotes: none;
}
.foreign {
	font-style: italic;
}
.quotecite	{
	text-align: right;
}
.caps	{
	font-variant: small-caps;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a	{
	text-decoration: underline;
}
/*----------------------------------------------------------------------/
/ Stories and Essays
/-----------------------------------------------------------------------*/
.part p	{
	text-indent: 2.5em;
	margin: 0em;
	line-height: 140%;
}
.part p:first-child	{
	margin-top: 1em;
	text-indent: 0em;
}
.part div:first-child p:first-child:first-letter,
.part h2+div p:first-child:first-letter,
.part h3+div p:first-child:first-letter	{
	font-size: 2em;
	line-height: 100%;
	font-family: "Bookman Old Style", "Palatino Linotype", serif;
}
.part blockquote+p,
.part ul+p,
.part ol+p,
.part hr+p,
.part h1+p,
.part h2+p,
.part h3+p,
.part h4+p,
.part h5+p,
.part h6+p,
.part blockquote p	{
	text-indent: 0em;
}
.ljuser	{
	text-transform: capitalize;
}