body {
	font-family: serif;
}

: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: 154%;
	font-family: verdana, sans-serif;
	text-shadow: -2px 2px 2px #888888;
	margin-bottom: 1ex;
}

h2 {
	font-size: 118%;
	font-family: verdana, sans-serif;
	text-shadow: -2px 2px 2px #888888;
	margin-top: 1.75ex;
	margin-bottom: 0em;
}

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

h4 {
	font-size: 102%;
	font-family: verdana, sans-serif;
	text-shadow: -2px 2px 2px #888888;
	margin-top: 1.25ex;
	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: 125%;
	page-break-inside: avoid;
	font-size: 91%
}

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;
	page-break-inside: avoid;
	page-break-before: avoid;
}

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

ul li {
	line-height: 100%;
	padding-bottom: 0.5ex;
	padding-top: 0.5ex;
	page-break-inside: avoid;
	page-break-before: avoid;
}

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 {
}

@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;
}

.isDetails, .footer {
	display: none;
}

p.abridgedWarning {
	visibility: visible;
	text-indent: 0em;
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
	background-color: #000000;
}