﻿body {
	font-family: courier new;
	font-size: 10pt;
	max-width: 800px;
	}
#pageinfo {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: right;
}
table {
	border: 0px;
	width: 100%;
	}
a {
	color: maroon;
	text-decoration: none;
	cursor: pointer;
	}
a:hover {
	color: red;
	}
.ex {
	font-family: Minion Pro, SBL Greek, Greek, Times New Roman, Serif;
	font-size: 14pt;
	text-align: justify;
	}
.ex p {
	margin: 0px;
	padding: 0px;
	text-indent: .75cm;
	}
.head {
	font-family: 'Minion Pro', 'Palatino Linotype', 'Times New Roman', Serif;
	font-size: 18pt;
	text-align: left;
	}
.tag {
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12pt;
	text-align: right;
	background-color: maroon;
	color: white;
	width: 45px;
	font-weight: bold;
	}
.ls {
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 15pt;
	font-weight: bold;
	color: maroon;
	padding-top: 40px;
	border-bottom: solid 1px black;
	}
.point {
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12pt;
}
#pageinformation {
	font-family: Calibri;
	font-size: 12pt;
	}
span.tidbits {
	display:none;
	font-family: Times New Roman, Serif;
	font-size: 11pt;
	background-color: #F4F4F4;
	border: solid 1px #EAEAEA;
	border-radius: 5px;
	margin: 0px 10px 10px 10px;
	padding: 5px;
	}
span.button {
	display: none;
	}
a span.button {
	display: inline-block;
	text-align: center;
	background-color: black;
	width: 110px;
	border: 1px black solid;
	margin: 2px 5px;
	border-radius: 4px;
	color: white;
	}
a:hover span.button {
	background-color: white;
	color: black;
	font-weight: bold;
	cursor: pointer;
	}
#hiddentitle {
	display: none;
	}
sup {
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: gray;
	}
.notes {
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	width: 100px;
	}