/* Layout */

.Max {
	width: 100%;
	height: 100%;
}
CENTER#Page {
	font-family: Times New Roman, Serif;
}
TABLE.PageBorder {
	border: 1px solid gray;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color="gainsboro", Positive="true");
	background-color: white;
	padding: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	xheight: 62em;
}
DIV.Variable {
	width: 25.75em;
}
DIV.Fixed {
	white-space: nowrap;
}


/* Navigation */

DIV.NavigationTop, DIV.NavigationBottom {
	text-align: center;
	font-size: .7em;
}
DIV.NavigationTop {
	margin-bottom: 1em;
}
DIV.NavigationBottom {
	margin-top: 1em;
}
A.Navigation {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/* Header */

DIV.PageHeader, DIV.PageNumber {
	font-size: .75em;
	margin-bottom: 1em;
	white-space: nowrap;
}
DIV.PageHeader {
	letter-spacing: .1em;
	text-align: center;
}
DIV.PageNumber {
	text-align: right;
}

/* Text */

DIV.Default, DIV.DefaultEnd, DIV.DefaultIndent, DIV.DefaultIndentEnd, PRE, DIV.Preface {
	font-size: 1em; /*16*/
	line-height: 1.25em;
}
DIV.Center, PRE.Verse {
	font-size: .8em; /*13*/
	line-height: 1.25em;
}
DIV.Title, SPAN.SmallCaps {
	font-size: .75em; /*12*/
}
DIV.Attribution {
	font-size: .7em; /*11*/
	line-height: 1.8em;
	text-align: center;
	margin-top: .8em;
}

DIV.Default {
	text-align: justify;
	text-align-last: justify;
	text-justify: newspaper;
}
DIV.DefaultEnd {
	text-align: left;
}
DIV.DefaultIndent {
	text-align: justify;
	text-align-last: justify;
	text-justify: newspaper;
	text-indent: 1em;
}
DIV.DefaultIndentEnd {
	text-align: left;
	text-indent: 1em;
}
PRE {
	font-family: Times New Roman, serif;
	margin: 0;
	text-indent: 1em;
}
DIV.Center {
	text-align: center;
}
PRE.Verse {
	text-align: left;
}
DIV.Volume {
	font-size: 1.3em;
	letter-spacing: .25em;
	line-height: 1.25em;
	text-align: center;
}
DIV.Chapter {
	font-size: 1.2em;
	letter-spacing: .2em;
	line-height: 1.25em;
	margin-bottom: .75em;
	margin-top: .5em;
	text-align: center;
}
DIV.Title {
	line-height: 1.9em;
	text-align: center;
	margin-bottom: .65em;
}
DIV.VerseAttribution {
	font-size: .7em; /*11*/
	padding-top: .3em;
	line-height: 1.25em;
	text-align: right;
	letter-spacing: .1em;
}
IMG.Space {
	height: .5em;
	width: 1px;
}
DIV.Preface {
	text-align: justify;
	text-justify: newspaper;
}
DIV.BlockCenter, DIV.BlockVerse {
	text-align: center;
}
DIV.BlockVerse {
	margin-top: .2em;
	margin-bottom: .2em;
}
DIV.BlockRight {
	text-align: right;
}
DIV.Contents {
	font-size: 1em; /*16*/
	margin-left: 3.75em;
	margin-right: 3.75em;
	text-align: justify;
	text-justify: inter-word;
	text-align-last: justify;
}
A.Contents {
	color: gray;
}
DIV.HR {
	background-image: url(/mysteries/hr.gif);
	height: 51px;
	width: 100%;
}

/* Page form */

TD.PageForm {
	font-family: Times New Roman, serif;
	font-size: 13px;
}
INPUT {
	font-family: Times New Roman, serif;
}
INPUT.Number {
	width: 25px;
}
/* Misc */

CENTER.NotFound {
	white-space: nowrap;
	color: Red;
	font: bold;
	font-family: Arial, Sans-Serif;
}

