a {
	color: #42AFE3;
	outline: none;
}
a:hover {
	color: #E35A88;
}
div {
	border: 0;
}
h1, h2, h3, h4, p , td, th, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
}

h1, h3, h4 {
	font-family: Cambria, Georgia, serif;
}

h3 {
	margin-top: 3mm;
	margin-bottom: 3mm;
}

h1 {
	font-size: 18pt;
	text-align: center;
}
h2 {
	font-size: 16pt;
	text-align: center;
}
h3 {
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	color: #4f81bd;
}
h4 {
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	color: #4f81bd;
}
p {
	font-size: 12pt;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 2px;
}

table {
	border: 1px solid black;
	border-spacing:0px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}


th, td {
	padding: 5px;
	text-align: left;
}

th {
	font-weight: bold;
}

tr.header {
	background-color: #4f81bd;
}

tr.header > * {
	color: #000000;
}

tr.alt, td.alt{
	background-color: #d3dfee;
}

.bordered {
	border-spacing: 1px;
	background-color: cornflowerblue;
}

.bordered > * {
	background-color: white;
}

.multi {
	vertical-align: middle;
}

.centerdiv {
	text-align: center;
}

.centeredtable p, .centeredtable td {
	text-align: center;
}

.hrline {
	height: 1px;
	clear: both;
	border-bottom: 1px;
	border-style: solid;
	border-color: #d6d6d6;
	margin: 10px 0px 10px 0px;
}

.case  {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border: 1px dashed black;
	text-align: left;
}


#menu {
	font-family: Georgia, Arial, sans-serif;
}
#menu a {
	color: #707070;
	text-decoration: none;
}
#menu a:hover, #menu .selected  {
	color: #121212;
}
#menu li {
	padding-top: 5px;
	font-size: 14pt;
}

#menu > * {
	padding-left: 5px;
	list-style: none;
}

.unordered {
	padding-left: 30px;
	list-style-type: disc;
}

.sub {
	padding-left: 30px;
	list-style-type: circle;
}
.sub2 {
	padding-left: 30px;
	list-style-type: square;
}

.ordered {
	padding-left: 30px;
}

.chapterheading {
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #365f91;
}

.posttitle {
	text-align: center;
	font-weight: bold;
	color: #365f91;
}

#coverpic {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 650px;
}

.postpic {
	width: 600px;
	max-width: 100%;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.secdefinition {
	font-style: italic;
	color: #00B050;
}

.definition {
	font-weight: bold;
	font-style: italic;
	color: #00B050;
}
.ref {
	font-weight: bold;
	font-style: italic;
	color: #1F497D;
}

.chapter {
	font-weight: bold;
	color: #1F497D;
}

.under {
	color: #1F497D;
	text-decoration: underline;
}

.caption, .italics {
	font-style: italic;
	color: #1F497D;
	margin-top: 5px;
	margin-bottom: 15px;
}

.date {
	text-align: right;
}

.white {
	background-color: white;
}
