/* CSS Document */
/*
	empty streets--print styles
*/

/* ------- TAG SELECTORS [alphabetical] ------- */

a:link, a:visited, a:hover, a {
	color: #000000;
	text-decoration: none;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	width: auto;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}

h3 {
	font-size: 12pt;
}

/* ------- ID SELECTORS [structural order] ------- */

#topnav {
	display: none;
}

	#searchform {
		display: none;
	}

	#content p {
		line-height: 15pt;
	}

#sidebar {
	display: none;
}

#bottomnav {
	display: none;
}

/* ------- CLASS SELECTORS [alphabetical] ------- */

.booktitle {
	font-style: italic;
}

.callout {
	font-weight: bold;
}

.emphasis {
	font-style: italic;
}

.foreignphrase {
	font-style: italic;
}

.quote {
	font-style: italic;
}

.text_author {
	font-size: 12pt;
	margin-bottom: 0;
	text-indent: 2em;
}

.text_metadata {
	color: #666666;
	font-size: 8pt;
	text-indent: 2em;
}

.textindent {
	text-indent: 2em;
}