BODY
{
	font-size: 0.9em;
	cursor: default;
}

.age
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14pt;
}
.era
{
	color: rgb(0,0,0);
	background-color: rgb(252,255,206);
	padding: 0px 5px 5px 5px;
	border: 1px solid;
	width: 400px;
	height: 1px;
	margin-top: 3px;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}
.hook
{
	color: black;
	font-weight: bold;
}
.bullet
{
	font-family: wingdings;
}
.title
{
	font-weight: bold;
	font-style: italic;
	font-family: Bodoni MT Black;
	font-size: 11pt;
}
.reference
{
	color: black;
	font-size: 8pt;
	color: dimgray;
}
.date
{
	color: black;
	font-weight: bold;
	/*
	width: 300px;
	color: White;
	height: 1px;
	filter: glow(color=black, strength=3);	
	*/
}
.datealternate
{
    color: dimgray;
    font-size: smaller;
    position: relative;
    top: -1px;
}
.region
{
	color: black;
	font-size: smaller;
    position: relative;
    top: -1px;
	
}
.book
{
	color: black;
	font-style: italic;
	font-family: Georgia;
	color: darkred;
}
.software
{
	color: black;
	font-style: italic;
	font-family: Georgia;
	color: darkblue;
}
.module
{
	color: black;
	font-style: italic;
	font-family: Georgia;
	color: purple;
}
.sourcebook
{
	font-style: italic;
	font-family: Georgia;
	color: midnightblue;
}
.eratta
{
	/*font-style: italic;*/
	padding-left: 2px;
	font-size: smaller;
	background-color: rgb(193,253,208);
	border: black dotted 1px;
	height: 1px;
}
.datename
{
	color: DimGray;
	font-weight: bold;
	font-family: Bodoni MT;
	font-size: 11pt;
	font-style: italic;
}
.show
{
	font-weight: bold;
}
.hide
{
	display: none;
}

#title
{
	color: forestgreen;
	font-size: 2.1em;
	font-weight: bold;
}
#volume
{
	font-size: 1.2em;
}
#subtitle
{
	font-size: 1.3em;
}
#span
{
	font-family: Arial;
	font-size: 1.1em;
}
#legal
{
	font-size: .8em;
}
#author
{
	text-align: right;
}

.2realms
{
	color: black;
}
.2realms1
{
	color: SaddleBrown;
}
.2realms2
{
	color: DarkBlue;
}
.2realms3
{
	color: DarkGreen;
}

@media screen
{
	#BrandingSymbol
	{
		position: absolute;
		top: 10px;
		left: 43px;
		z-index: 2;
	}
	#PageContent
	{
		position: relative;
		z-index: 3;
		top: 0px;
		height: 100%;
		overflow: auto;
	}
}
@media print
{
	BODY
	{
	}
	A
	{
		color: black;
		text-decoration: none;
	}
	#BrandingSymbol
	{
		position: absolute;
		top: 10px;
		left: 43px;
		z-index: 2;
		visibility: hidden;
	}
}
