.Title {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 12px;
	border-bottom: solid 2px #333333;
	display: block;
}

.Subtitle {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.Chapter {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 20px;
	display: block;
}

.Section {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-top: 20px;
	padding-top: 20px;
	/* border-top: solid 1px #333333; */
	display: block;
}

.Subsection {
	font-family: sans-serif;
	font-weight: bold;
	display: block;
}

.Subsubsection {
	margin-bottom: 4px;
	font-weight: bold;
	display: block;
}

.Text {
	color: black;
	display: block;
}

.ItemizedText {
	margin-left:20px;
	display: block;
}

.ItemizedTextNote {
	margin-left:40px;
	display: block;
}


.Program {
	font-family: monospace;
	width: 85%;
	font-size: 12px;
	display: block;
}

.ProgramTop {
	border-top: solid 1px #000000;
/*	border-right: solid 1px #000000; */
	border-left: solid 1pt #000000;
	padding-bottom: 0px;
	height: 4px;
	width: 85%;
	margin-bottom: -8px;
	display: block;
}

.ProgramBottom {
	border-bottom: solid 1px #000000;
/*	border-right: solid 1px #000000; */
	border-left: solid 1px #000000;
	padding-top: 0px;
	height: 4px;
	width: 85%;
	margin-top: -8px;
	display: block;
}

.CellLabel {
	font-family: sans-serif;
	font-weight:normal;
	color:#0000FF;
	font-size:10px;
}

.Input {
	font-weight: bold;
	font-family: monospace;
	margin-left: 20px;
	display: block;
}

.Output {
	font-family: monospace;
	margin-left: 20px;
	display: block;
}

.Message {
	font-family: monospace;
	margin-left: 20px;
	color:#0000FF;
	display: block;
}

.SR {
	font-family: sans-serif;
	display: inline;
}

.MR {
	font-family: monospace;
	display: inline;
}

.MB {
	font-family: monospace;
	font-weight: bold;
	display: inline;
}

.TI {
	font-style: italic;
	display: inline;
}


a.Hyperlink:link, a.LinkText:link, a.LinkTextMR:link, a.AddOnsLinkText:link,  {
	color: #990000;
}

a.Hyperlink:active, a.LinkText:active, a.LinkTextMR:active, a.AddOnsLinkText:active {
	color: #FF0000;
}

a.Hyperlink:hover, a.LinkText:hover, a.LinkTextMR:hover, a.AddOnsLinkText:hover {
	color: #FF0000;
}

a.Hyperlink:visited, a.LinkText:visited, a.LinkTextMR:visited, a.AddOnsLinkText:visited {
	color: #333333;
	text-decoration: none;
}


a.TOCHeadingLink:link {
	color: #FFF;
	text-decoration: none;
}

a.TOCHeadingLink:hover {
	color: #999;
	text-decoration: none;
}

a.TOCHeadingLink:visited {
	color: #FFF;
	text-decoration: none;
}

a.TOCEntryLink:link
{
	color: #333333;
	text-decoration: none;
}

a.TOCEntryLink:hover
{
	color: #990000;
	text-decoration: none;
}

a.TOCEntryLink:visited {
	color: #333333;
	text-decoration: none;
}


a[href]:link {
	color: #333333;
	text-decoration: none;
}

a[href]:active {
	color: #990000;
	text-decoration: none;
}

a[href]:visited {
	color: #333333;
	text-decoration: none;
}

a[href]:hover {
	color: #990000;
	text-decoration: none;
}


.TOCHeading
{
	font-family: sans-serif;
	border: solid 1px #5A5A5A;
	background: #5A5A5A;
	color: #FFF;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	margin-bottom: 0px;
	text-decoration: none;
}

.TOCEntry
{
	font-family: sans-serif;
	color: #5A5A5A;
	font-size: 10px;
        text-decoration: none;
}

.PageLink {
	font-family: sans-serif;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}


.PrevNextLinks {
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
}


.LinkTrail {
	font-family: sans-serif;
	margin-bottom: 10px;
	font-size: 10px;
	display: block;
}


.TextLabel
{
	font-family: sans-serif;
	display: block;
	color: #222;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 0px;
}

.searchfield
{
	font-size: 10px;
}

