

/* alignment */

.lm { text-align: left; vertical-align: middle; }
.lb { text-align: left; vertical-align: bottom; }

.ct { text-align: center; vertical-align: top; }
.cm { text-align: center; vertical-align: middle; }
.cb { text-align: center; vertical-align: bottom; }

.rt { text-align: right; vertical-align: top; }
.rm { text-align: right; vertical-align: middle; }
.rb { text-align: right; vertical-align: bottom; }



/* layout */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar {
	display: block;
	float: right;
	margin: 0 0 30px 30px;
	padding: 14px;
	color: #000000;
}

.hires {
	display: block;
	padding: 20px;
}


/* text */

td {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.excerpt {
	line-height: 22px;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

.centerblock {
	display: block;
	font-variant: small-caps;
	font-size: 13px;
	text-align: center;
	letter-spacing: 2px;
}

.excerpthead {
	letter-spacing: 3px;
	font-size: 16px;
}

.copyright {
	color: #000000;
	letter-spacing: 2px;
	font-size: 10px;
	text-align: center;
	padding: 70px 0 160px 0;
}

.small {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.pages {
	text-align: right;
	padding: 6px 0 0 0;
	font-size: 9px;
	color: #000000;
}

.curpage {
	font-size: 11px;
	color: #000000;
}



/* links */

a, a:active, a:visited {
	color: #E0E986;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.chapters, a.chapters:active, a.chapters:visited {
	color: #91D2E9;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a.chapters:hover {
	color: #000000;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a.page, a.page:active, a.page:visited {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.page:hover {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
