
.pageLink {
	text-align: right;
	margin: 1em;
}
h1 {
	color: navy;
}
h2 {
	color: white;
	background-color: navy;
	text-align: center;
}
h3 {
	color: white;
	background-color: navy;
	text-align: center;
}
td.glosTerm {
	color: navy;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
div.tocSecHdr {
	color: navy;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
	/*border-bottom: navy thin solid;*/
}
div.tocSecHdr a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
.tocSecCont li a {
	text-decoration: none;
}
a {
	color: navy;
	background-color: transparent;
}
a:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: purple;
	background-color: transparent;
}
div#content{
	margin: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style: none;
	margin-top: .5em;
	margin-bottom: .5em;
}
ol {
	margin-top: .5em;
	margin-bottom: .5em;
}
.tocSecCont {
	font-size: .9em;
	color: navy;
}
.subSecTitle{
	color: navy;
	background-color: transparent;
	border-bottom: navy thin solid;
	font-weight: normal;
	font-size: 1.25em;
}
.subSec {
	padding-bottom: 1em;
}
.subSec p {
	padding: 1em 2em 0;
}
.subSec table {
	margin: 1em 2em 0;
}
.subSec div.example {
	padding: 1em 2em 0;
}
.subSec ol {
	padding: 1em 1em 1em 2em;
	margin-left: 1.5em;
}
.subSec .title {
	padding-top: 1em;
	color: navy;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
}
.subSec p.title {
	padding: 1em 2em 0;
}
.subSec div.title {
	border-bottom: 1pt navy solid;
}
.subSec ul {
	padding: 1em 2em 0;
	list-style: disc;
}
.subSec ul li ul {
	padding: 1em 2em 0;
	list-style: square;
}
em {
	font-weight: bold;
}

.firstIndent p {
	padding-top: 0;
	padding-bottom: 0;
}