body {
	font-family: serif;
	margin-left: 3em;
}

:link {
	color: #662211;
	text-decoration: none;
	background-color: #ffffcc;
}

:visited {
	color: #664433;
	text-decoration: none;
	background-color: #ffffcc;
}

A[href]:hover {
	background-color: #ffff88;
}

A[href]:active {
	color: #996633;
	background-color: #ffff00;
}



h1 {
	font-size: 235%;
	font-family: verdana, sans-serif;
	text-shadow: -2px 2px 2px #888888;
	margin-top: 0em;
	margin-bottom: 1em;
}

h2 {
	font-size: 145%;
	font-family: verdana, sans-serif;
	text-shadow: -2px 2px 2px #888888;
	margin-top: 1.75em;
	margin-bottom: 0em;
	page-break-before: always;
}

h3 {
	font-size: 115%;
	font-family: verdana, sans-serif;
	text-shadow: -2px 2px 2px #888888;
	margin-top: 1.5em;
	margin-bottom: 0em;
}

h4 {
	font-size: 105%;
	font-family: verdana, sans-serif;
	text-shadow: -2px 2px 2px #888888;
	margin-top: 1.25em;
	margin-bottom: 0em;
}

img {
	border: 0px;
}

.bibliographic {
	margin-left: 2em;
	text-indent: -2em;
}

.annotation {
	padding-left: 2em;
}

p {
	text-indent: 3em;
	margin-bottom: 0em;
	margin-top: 0em;
	line-height: 150%;
}

h1 + p,h2 + p,h3 + p,h4 + p {
	text-indent: 0em;
}

.done {
	font-style: italic;
	color: #003300;
}

ol li {
	line-height: 100%;
	padding-bottom: 0.5ex;
	padding-top: 0.5ex;
}

ol {
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 2em;
	margin-left: 0em;
	background-color: #e8e8e8;
}

ul li {
	line-height: 100%;
	padding-bottom: 0.5ex;
	padding-top: 0.5ex;
}

ul li:before {
	display: none;
	content: "";
}

ul {
	list-style: none;
	margin-left: 1em;
}

ul ul {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}

.readableCol {
	width: 72ex;
}

div.footer {
	position: static;
	width: auto;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-top: 1em;
	border: 1px solid black;
	padding: 1ex;
	background-color: #ffffff
}

@media screen{
	div.footer {
		position: fixed;
		width: auto;
		height: auto;
		top: 0;
		right: 0;
		bottom: auto;
		left: 90ex;
		font-size: 85%;
		border: 1px solid black;
		padding: 1ex;
		background-color: #ffffff
	}
}

@media print {
	a, a[href].section:link, a.section:visited, a[href].ssection:link, a.ssection:visited, a[href].sssection:link, a.sssection:visited, .bibliographic a:link, .bibliographic a:visited, :visited, :link {
		color: #000000;
		background-color: #ffffff;
	}

	.noprint {
		display:none;
	}
}

a[href].section:link, a.section:visited {
	font-variant: small-caps;
	font-weight: bold;
	background-color: #ffffff;
}

a[href].ssection:link, a.ssection:visited {
	font-weight: normal;
	background-color: #ffffff;
}

a[href].sssection:link, a.sssection:visited {
	background-color: #ffffff;
	font-weight: normal;
	font-size: 90%
}

.bibliographic a:link, .bibliographic a:visited {
	background-color: #ffffff;
}

div.bqref {
	text-align:right;
	margin-top:0em;
	margin-bottom:1em;
	padding-top: 0em;
	font-size: 85%;
}

blockquote {
	margin-bottom:0em;
	padding-bottom:0em;
}

dt {
	margin-top:1em;
}
.blackboardBold {
}

.blackboardBold:before {
	content: attr(title);
	letter-spacing: -0.5em;
}

p.isDetails, div.isDetails, blockquote.isDetails {
	display: block;
}

span.isDetails {
	display: inline;
}

p.abridgedWarning {
	visibility: hidden;
}