/* BOKK LIBRARY STYLESHEET */

@font-face {
	font-family: BOKKfont;
	src: url("/bokk/includes/fonts/OpenSans-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: BOKKfont;
	src: url("/bokk/includes/fonts/OpenSans-SemiBold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: BOKKfont;
	src: url("/bokk/includes/fonts/OpenSans-BoldItalic.woff") format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: BOKKfont;
	src: url("/bokk/includes/fonts/OpenSans-Italic.woff") format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: BOKKttl;
	src: url("/bokk/includes/fonts/TangoPsychedelia.ttf") format('ttf');
	font-weight: normal;
	font-style: italic;
}

.bokk_body {
	width: 100%;
	min-width: 720px;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("/bokk/images/background.png");
}
.bokk_container {
	width: auto;
	max-width: 1024px;
	margin: 1em auto 1em auto;
	padding: 0.4em 1em 0.5em 1em;
	background: #eff7df;
	border-style: solid;
	border-color: purple;
	border-width: 2px;
	border-radius: 1em;
}
.bokk_container_block {
	width: auto;
	max-width: 1024px;
	margin: 1em auto 9em auto;
	padding: 0.4em 1em 0.5em 1em;
	background: #eff7df;
	border-style: solid;
	border-color: purple;
	border-width: 2px;
	border-radius: 1em;
}
.bokk_page {
	display: flex;
	flex-direction: row;
}
.bokk_header {
	width: 100%;
	margin: 0.4em auto 1em auto;
	padding: 0;
	font-family: BOKKfont;
	font-size: 1.1em;
	color: black;
	background: transparent;
}
.bokk_content {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: BOKKfont;
	font-size: 1.4em;
	color: black;
	background: transparent;
}
.bokk_sidebar {
	width: 35%;
	min-width: 200px;
	margin: -1em -0.5em 1em 2em;
	padding: 0;
	font-family: BOKKfont;
	color: black;
	text-align: right;
}
.bokk_footer {
	width: 90%;
	min-width: 600px;
	margin: 5em auto -1em auto;
	padding: 0;
	font-family: BOKKfont;
	font-size: 0.75em;
	line-height: 100%;
	color: black;
	background: transparent;
}
.bokk_posts {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: BOKKfont;
	font-size: 0.95em;
	color: black;
	background: transparent;
}
.foot_text {
	margin-top: 0.2em;
	text-align: center;
	color: dimgray;
	text-indent: 0;
}
.bokk_page_sidebar {
	float: right;
	width: 22%;
	min-width: 160px;
	margin: 0 -0.5em 2em 2em;
	padding: 0;
	font-family: BOKKfont;
	color: black;
}
.bokk_section {
	width: auto;
	margin-top: 1.25em;
	margin-bottom: 0;
	padding: 0.1em 0.3em 0.2em 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	text-align: left;
	background: thistle;
	border-style: solid;
	border-color: purple;
	border-width: 1px;
	border-radius: 0.3em;
}
.bokk_page_section {
	width: auto;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0.1em 0.3em 0.2em 0.3em;
	font-size: 0.8em;
	font-weight: bold;
	color: black;
	text-align: right;
	background: thistle;
	border-style: solid;
	border-color: purple;
	border-width: 1px;
	border-radius: 0.3em;
}
.bokk_page_subsection {
	width: auto;
	margin: 0.3em 0 0 2em;
	padding: 0.1em 0.3em 0.2em 0.3em;
	font-size: 0.75em;
	font-weight: normal;
	color: black;
	text-align: right;
	background: lavender;
	border-style: solid;
	border-color: indigo;
	border-width: 1px;
	border-radius: 0.3em;
}
.bokk_subsection {
	width: auto;
	margin-top: 0.4em;
	margin-bottom: 0;
	margin-left: 1.5em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-size: 1.1em;
	color: black;
	text-align: left;
	background: lavender;
	border-style: solid;
	border-color: indigo;
	border-width: 1px;
	border-radius: 0.6em;
}
.bokk_sidebar {
	width: 35%;
	min-width: 200px;
	margin: -1em -0.5em 1em 2em;
	padding: 0;
	font-family: BOKKfont;
	font-size: 0.95em;
	color: black;
	text-align: right;
}
.bokk_top {
	position: fixed;
	width: 90%;
	max-width: 1024px;
	bottom: 0.2em;
	margin: 0 auto 0 auto;
	padding: 0.2em 0.4em 0.1em 0.4em;
	text-align: center;
	background: #d7cfd7;
	border-style: solid;
	border-width: 2px;
	border-radius: 0.3em;
	border-color: indigo;
}
.bokk_top_block {
	width: auto;
	margin: 0 auto 0.3em auto;
	text-align: center;
}
.bokk_top_block_ttl {
	width: auto;
	float: left;
	margin: 0 1em 0.5em 0;
	font-size: 0.7em;
	text-align: left;
	line-height: 110%;
}
.bokk_top_alpha {
	display: inline-block;
	width: auto;
	margin: 0 0 0.2em 0;
	padding: 0 0.2em 0.1em 0.2em;
	font-size: 0.85em;
	font-weight: normal;
	color: navy;
	text-align: center;
	background: lavender;
	border-style: solid;
	border-width: 1px;
	border-color: indigo;
	border-radius: 0.2em;
}
.bokk_top_empty {
	display: inline-block;
	width: auto;
	margin: 0 0 0.2em 0;
	padding: 0 0.2em 0.1em 0.2em;
	font-size: 0.85em;
	font-weight: normal;
	color: darkslategray;
	text-align: center;
	background: silver;
	border-style: solid;
	border-width: 1px;
	border-color: darkslateblue;
	border-radius: 0.2em;
}
.bokk_top_tabs {
	width: auto;
	margin: 0 auto 0.3em auto;
	text-align: center;
}
.bokk_top_tab {
	display: inline-block;
	width: auto;
	margin: 0.1em 0.2em 0 0;
	padding: 0.1em 0.3em 0.2em 0.3em;
	font-size: 0.65em;
	font-weight: normal;
	color: black;
	text-align: center;
	background: thistle;
	border-style: solid;
	border-width: 1px;
	border-color: purple;
	border-radius: 0.5em;
}

.bokk_title {
	font-family: BOKKfont;
	font-size: 1.25em;
	margin-top: -0.4em;
	margin-bottom: 0.5em;
	color: darkgreen;
	text-shadow: rgba( 0, 32, 0, 0.2) 2px 2px;
}
.bokk_title_pad {
	font-family: BOKKfont;
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 0;
	color: darkgreen;
	text-shadow: rgba( 0, 32, 0, 0.2) 2px 2px;
}
.bokk_subtitle {
	font-family: BOKKfont;
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 0.6em;
	color: indigo;
}
.bokk_bookmarks {
	width: 50%;
	margin: 3em auto 3em 0;
	padding: 0.1em 0.8em 0.5em 0.4em;
	font-size: 1em;
	color: #2f003f;
	text-align: left;
	background: #e7dfe7;
	border-style: solid;
	border-color: purple;
	border-width: 1px;
	border-radius: 0.4em;
}
.bokk_bookmarks_caption {
	font-size: 0.9em;
	color: dimgray;
	font-weight: normal;
}
.bokk_bookmarks_item {
	margin-top: 0.3;
	margin-bottom: 0;
	font-size: 0.85em;
	font-weight: normal;
	color: #3f003f;
}
.bokk_bookmarks_list {
	margin: 0 auto 0.3em 0;
}
.bokk_bookmarks_ttl {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.9em;
	font-weight: bold;
	color: purple;
	text-indent: 0;
}
.sitenav {
	display: flex;
	flex-direction: row;
}
.navcap {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: navy;
	text-align: center;
}
.navicon {
	display: inline-block;
	width: 45px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-style: none;
}
.navimg {
	width: 45px;
	height: auto;
	object-fit: cover;
	margin: 0em auto 0em auto;
	padding: 0;
	border-style: none;
}
#sectitle {
	color: blueviolet;
	text-shadow: rgba( 36, 0, 48, 0.3) 2px 2px;
}
#collections {
	border-color: darkslategray;
	background: silver;
}

.bokk_article {
	overflow: auto;
	clear: both;
	height: auto;
	margin: 1em 0 0.5em 0;
	padding: 1.25em 0.4em 1em 0.2em;
	font-size: 1.1em;
	color: black;
	line-height: 125%;
	border-style: dotted none none none;
	border-color: navy;
	border-width: 1px;
}
.bokk_art_abstract {
	margin-top: 0;
	margin-bottom: 0.3em;
	font-size: 0.75em;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 120%;
}
.bokk_art_info {
	float: right;
	width: 30%;
	margin: 0 0 1em 2em;
	padding: 0;
	font-size: 1em;
	text-align: right;
	color: darkslategray;
	line-height: 110%;
	text-indent: 0;
}
.bokk_art_link {
	width: auto;
	margin: 0.5em auto 0 auto;
	padding: 0.4em;
	font-size: 0.7em;
	text-align: left;
	color: darkslategray;
	line-height: 120%;
	text-indent: 0;
}
.bokk_art_link_sub {
	width: auto;
	margin: 0.5em auto 0 auto;
	padding: 0.4em;
	font-size: 0.8em;
	text-align: left;
	color: darkslategray;
	line-height: 120%;
	text-indent: 0;
}
.bokk_art_link_grey {
	display: inline-block;
	width: auto;
	margin: 0 auto 0.2em auto;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	color: rgba( 127, 127, 127, 0.5);
	background: gainsboro;
	border-style: solid;
	border-color: rgba( 127, 127, 127, 0.5);
	border-width: 2px;
	border-radius: 0.6em;
}
.bokk_art_link_set {
	display: inline-block;
	width: auto;
	margin: 0 auto 0.4em auto;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #cfdfbf;
	border-style: solid;
	border-color: green;
	border-width: 2px;
	border-radius: 0.6em;
}
.bokk_cite_list {
	margin-top: 0.7em;
	font-size: 0.7em;
	color: darkslategray;
	line-height: 120%;
	text-indent: 0;
}
.bokk_cite_list_sub {
	margin-top: 0.5em;
	font-size: 0.9em;
	color: darkslategray;
	line-height: 120%;
	text-indent: 0;
}
.bokk_art_ref {
	margin-top: 0;
	margin-bottom: 0.6em;
	font-size: 0.7em;
	font-weight: normal;
	color: darkslategray;
	line-height: 110%;
	text-indent: 0;
}
.bokk_art_subsec {
	clear: both;
	width: auto;
	height: auto;
	margin: 1em 0 0 0;
	padding: 0.8em 2em 0 0.4em;
	font-size: 0.8em;
	border-style: dashed none none none;
	border-width: 1px;
	border-color: thistle;
}
.bokk_art_substract {
	margin: 0 0 0.3em 0;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 110%;
}
.bokk_art_subtag {
	margin: 0 0 0.5em 1em;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	color: black;
	text-indent: 0;
	word-wrap: break-word;
	hyphens: auto;
}
.bokk_art_subtitle {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 0.95em;
	font-weight: bold;
	color: navy;
	line-height: 110%;
	text-indent: 0;
}
.bokk_art_tag {
	margin-top: 0;
	margin-bottom: 0.3em;
	font-size: 0.8em;
	font-weight: bold;
	color: black;
	line-height: 110%;
	text-indent: 0;
}
.bokk_art_title {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 0.9em;
	font-weight: bold;
	color: indigo;
	line-height: 110%;
	text-indent: 0;
}


.bokk_glossary_abstract {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
	word-wrap: break-word;
	hyphens: auto;
}
.bokk_glossary_title {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 1.05em;
	font-weight: bold;
	color: indigo;
	line-height: 110%;
	text-indent: 0;
}
.glossary_keywords_list {
	margin: 1em 3em 4em 3em;
	font-size: 0.8em;
	color: darkslateblue;
	text-align: center;
	line-height: 150%;
}
.glossary_keyd_ttl {
	font-weight: bold;
	font-size: 115%;
	color: darkslateblue;
}
.glossary_links {
	float: right;
	width: auto;
	margin: 0 0 1.5em 2em;
	padding: 0.2em 0.7em 0.4em 0.7em;
	font-size: 0.7em;
	text-align: right;
	line-height: 110%;
	background: #e7dfef;
	border-style: dotted;
	border-color: indigo;
	border-width: 1px;
	border-radius: 0.2em;
}
.glossary_link {
	margin: 0.5em 0 0 auto;
	font-size: 0.9em;
	text-align: right;
	line-height: 110%;
}
.journals_list_body {
	margin-top: 2em;
	margin-bottom: 3em;
}
.journals_list_info {
	float: right;
	width: 40%;
	margin: 0.25em 0 1em 3em;
	padding: 0.2em 0.2em 0.1em 0.3em;
	color: darkblue;
	font-size: 0.8em;
	line-height: 110%;
	border-style: dotted;
	border-width: 1px;
	border-color: teal;
	border-radius: 0.3em;
	background: gainsboro;
}
.journals_list_pub {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	line-height: 110%;
	text-indent: 0;
}
.journals_list_text {
	margin-top: 0;
	margin-bottom: 2em;
	font-size: 85%;
	line-height: 120%;
}
.journals_list_title {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1em;
	font-size: 105%;
	font-weight: bold;
	clear: both;
}


.article_abstract {
	margin-top: 0;
	margin-bottom: 0.3em;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	line-height: 110%;
	word-wrap: break-word;
	hyphens: auto;
}
.article_date {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 0.8em;
	color: darkslategray;
	text-indent: 0;
	line-height: 100%;
}
.article_extra {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 0.8em;
	color: #003f1f;
	text-indent: 0;
	line-height: 115%;
}
.article_image {
	float: right;
	width: 40%;
	height: auto;
	margin: 0.4em 0 1em 1.5em;
	padding: 0;
	border-style: solid;
	border-color: dimgray;
	border-width: 1px;
	border-radius: 0; 
}
.article_img_portrait {
	float: right;
	width: 25%;
	height: auto;
	margin: 0 0 1em 1.5em;
	padding: 0;
	border-style: solid;
	border-color: dimgray;
	border-width: 1px;
	border-radius: 0; 
}
.article_title {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 0.95em;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-indent: 0;
	line-height: 105%;
}
.bokk_sideart {
	overflow: auto;
	height: auto;
	margin: 0 0 1.5em 0.5em;
	padding: 0;
	font-size: 1.05em;
	color: #2f4f0f;
	line-height: 100%;
	border-style: none;
	word-wrap: break-word;
	hyphens: auto;
	clear: both;
}
.frn_article {
	overflow: auto;
	height: auto;
	margin: 0 -0.4em 0 0.4em;
	padding: 0.8em 0.4em 1em 0.2em;
	font-size: 0.8em;
	color: #2f4f0f;
	line-height: 100%;
	border-style: none;
	border-color: dimgray;
	border-width: 1px;
	word-wrap: break-word;
	hyphens: auto;
	clear: both;
}
.frn_abstract {
	margin-top: 0;
	margin-bottom: 0.25em;
	font-size: 0.95em;
	color: black;
	text-indent: 0;
	line-height: 105%;
}
.frn_date {
	margin-top: 0;
	margin-bottom: 0.25em;
	font-size: 0.85em;
	color: darkslategray;
	text-indent: 0;
	line-height: 105%;
}
.frn_include {
	margin: 4em 0 2em 0;
	padding: 0;
	font-size: 1.1em;
	text-align: left;
}
.frn_inctitle {
	margin-bottom: 0.5em;
	font-size: 1.15em;
	color: darkslateblue;
	text-align: center;
	text-decoration: underline;
}
.frn_title {
	margin-top: 0;
	margin-bottom: 0.25em;
	font-size: 1.1em;
	font-weight: bold;
	color: indigo;
	text-indent: 0;
}


/* subject index styles */
.item_info {
	font-size: 0.85em;
	color: dimgray;
}
.item_title {
	font-size: 1.2em;
	font-weight: bold;
	color: darkslateblue;
}
.list_item {
	margin-top: 0.67em;
	margin-bottom: 0;
	font-size: 0.85em;
	color: darkslategray;
	text-align: left;
	padding-left: 2em;
	text-indent: -2em;
	line-height: 115%;
}
.list_title {
	font-size: 1.05em;
	color: #372f3f;
	font-weight: normal;
}
.subject_group {
	margin-top: 2em;
	margin-bottom: -0.2em;
	font-size: 0.9em;
	color: darkslateblue;
	text-align: left;
	list-style-type: none;
	line-height: 135%;
}
.subject_item {
	margin-top: 2em;
	margin-bottom: 0;
	font-size: 0.85em;
	color: darkslateblue;
	text-align: left;
	list-style-type: none;
	line-height: 135%;
}
.subject_list {
	margin: 0 0 0 1.2em;
	padding: 0;
	font-family: BOKKfont;
	list-style-type: none;
	line-height: 105%;
}
.subjects_list {
	margin: 2em auto 6em 0;
	padding: 0;
	list-style-type: none;
	line-height: 115%;
}
.subject_title {
	font-size: 1.15em;
	font-weight: bold;
	color: darkslateblue;
}


/* blog post content */
.postinfo_box {
	width: auto;
	min-width: 380px;
	margin: 1em auto 3em auto;
	text-align: left;
}
.postinfo_edition {
	margin-top: 0.5em;
	margin-bottom: 0;
	text-align: center;
	font-size: 0.8em;
	color: #002f00;
	line-height: 115%;
	text-indent: 0;
}
.postinfo_text {
	margin-top: 1em;
	margin-bottom: 0;
	text-align: center;
	font-size: 0.7em;
	color: #001f00;
	line-height: 110%;
	text-indent: 0;
}


/* generic styles */
a:link, a:visited {
	color: darkblue;
	background: transparent;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: none;
}
a:hover {
	background: gold;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: none;
}
a:focus {
	color: white;
	background: black;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
a:link.bokk, a:visited.bokk {
	padding: 0 0.1em 0.1em 0.1em;
	color: black;
	background: transparent;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: none;
}
a:hover.bokk {
	background: plum;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: none;
}
a:focus.bokk {
	color: white;
	background: black;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
a:link.os, a:visited.os {
	color: darkred;
	background: transparent;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: none;
}
a:hover.os {
	background: cyan;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: none;
}
a:focus.os {
	color: white;
	background: black;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
a:link.self, a:visited.self {
	padding: 0.1em 0.2em 0 0.2em;
	color: darkgreen;
	background: transparent;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: none;
}
a:hover.self {
	background: aliceblue;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: none;
}
a:focus.self {
	color: white;
	background: black;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
a:link.src, a:visited.src {
	color: purple;
	background: transparent;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: none;
}
a:hover.src {
	background: lavender;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: none;
}
a:focus.src {
	color: white;
	background: black;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
.caption {
	margin-top: 0;
	margin-bottom: 0;
	color: darkslategray;
	font-size: 0.8em;
	text-align: center;
	line-height: 110%;
	text-indent: 0;
}
.heading {
	margin-top: 3em;
	margin-bottom: 0.25em;
	font-size: 1.4em;
	font-weight: normal;
	color: darkslategray;
	text-indent: 0;
}
.hidden {
	position: absolute;
	left: -10000px;
	visibility: hidden;
	overflow; hidden;
}
.image_left {
	float: left;
	margin: 0.5em 2.5em 1em 0;
	padding: 0;
	border-style: none;
}
.image_none {
	display: inline-block;
	margin: 0.5em auto 0.5em auto;
	padding: 0;
	border-style: none;
}
.image_right {
	float: right;
	margin: 0.5em 0em 1em 2.5em;
	padding: 0;
	border-style: none;
}
.image_scaled_border {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0em auto 0em auto;
	padding: 0;
	border-style: solid;
	border-color: darkslategray;
	border-width: 1px;
}
.image_scaled_none {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0em auto 0em auto;
	padding: 0;
	border-style: none;
}
.introduction {
	margin-top: 0;
	margin-bottom: 1.2em;
	font-size: 1.05em;
	font-weight: bold;
	color: darkslategray;
	text-indent: 0;
}
.large {
	font-size: 115%;
}
li {
	margin-top: 0.3em;
	margin-bottom: 0;
}
li.pack {
	margin-top: 0;
	margin-bottom: 0.2em;
}
li.pad {
	margin-top:0;
	margin-bottom: 0.8em;
}
li.space {
	margin-top: 0;
	margin-bottom: 1.2em;
}
.mono {
	font-family: "Andale mono", monospace;
}
.mini {
	font-size: 67%;
}
.noindent {
	text-indent: 0;
}
ol {
	margin: 0 auto 1em 2em;
	line-height: 125%;
}
p {
	margin-top: 0.6em;
	margin-bottom: 0;
	line-height: 135%;
	text-indent: 1.2em;
}
.page_subtitle {
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	color: darkslategrey;
	text-indent: 0;
	line-height: 115%;
}
.page_title {
	margin-top: 0;
	margin-bottom: 0.8em;
	font-size: 1.8em;
	font-weight: bold;
	color: darkslateblue;
	text-indent: 0;
	line-height: 115%;
}
.quote {
	font-size: 105%;
	font-family: Garamond, Palatino, serif;
}
.quote_block {
	margin: 0.5em 2.5em 1em 2.5em;
	font-size: 105%;
	font-family: Garamond, Palatino, serif;
	text-indent: 0;
}
.quote_left {
	float: left;
	margin: 1em 2.5em 1em 0;
	text-align: center;
	text-indent: 0;
	line-height: 110%;
	font-size: 133%;
	font-family: Garamond, Palatino, serif;
	font-style: italic;
	color: #003f00;
}
.quote_right {
	float: right;
	margin: 1em 0 1em 2.5em;
	text-align: center;
	text-indent: 0;
	line-height: 110%;
	font-size: 133%;
	font-family: Garamond, Palatino, serif;
	font-style: italic;
	color: #003f00;
}
.quote_src {
	margin: -0.8em 2.5em 1em 2.5em;
	font-size: 0.85em;
	text-align: right;
	color: darkslategray;
}
.secintro {
	margin-top: 0;
	margin-bottom: 0.6em;
	line-height: 120%;
	font-size: 105%;
	font-weight: normal;
	color: darkslategray;
}
.secsum {
	margin-top: 0.6em;
	margin-bottom: 0;
	line-height: 120%;
	font-size: 110%;
	font-weight: normal;
	color: darkslateblue;
}
.small {
	font-size: 85%;
}
sub {
	font-size: 0.6em;
	vertical-align: -0.2em;
	line-height: 0;
}
.subheading {
	margin-top: 2em;
	margin-bottom: 0.25em;
	font-size: 1.2em;
	font-weight: normal;
	color: dimgray;
	text-indent: 0;
}
.summary {
	margin-top: 1.5em;
	margin-bottom: 0;
	line-height: 122%;
	font-size: 105%;
	font-weight: bold;
	color: darkslateblue;
}
sup {
	vertical-align: 0.8em;
	line-height: 0;
	font-size: 0.6em;
}
sup.hotkey {
	vertical-align: 0.3em;
	padding-right: 0.1em;
	line-height: 0;
	font-size: 0.7em;
	font-weight: bold;
	color: maroon;
}
ul {
	margin: 0.8em auto 1em 0.5em;
	list-style-type: disc;
	line-height: 125%;
}
.ul {
	text-decoration: underline;
}



