.BodyText, TD {
	font-family: Arial;
	font-size: 90%;
	font-weight: Normal;
}

.Button {
	background: None White;
/*	border: Solid Black 1px; */
	color: Navy;
	font-weight: Bold;
	margin-left: 5px;
}

.Chapter {
	color: Navy;
	font-family: Arial;
	font-size: 115%;
	font-weight: Bold;
	margin-top: 0.5em;
}

.ListItem01 {	/* First level list -- (a) through (z). */
	font-family: Arial;
	font-size: X-Small;
	font-weight: Normal;
	list-style-type: None;
}

.ListItem02 {	/* Second level list -- (1) through (100). */
	font-family: Arial;
	font-size: X-Small;
	font-weight: Normal;
	list-style-type: None;
}

.ListItem03 {	/* Third level list -- (A) through (Z). */
	font-family: Arial;
	font-size: X-Small;
	font-weight: Normal;
	list-style-type: None;
}

.ListItem04 {	/* Fourth level list -- (i) through (xxx). */
	font-family: Arial;
	font-size: X-Small;
	font-weight: Normal;
	list-style-type: None;
}

.ListItem05 {	/* Fifth level list -- (I) through (XXX). */
	font-family: Arial;
	font-size: X-Small;
	font-weight: Normal;
	list-style-type: None;
}

.Section {
	color: Navy;
	font-family: Arial;
	font-size: 110%;
	font-weight: Bold;
	margin-top: 0.5em;
}

.SectionSub {
	color: SlateBlue;
	font-family: Arial;
	font-size: 100%;
	font-weight: Bold;
}

.Title {
	color: Black;
	font-family: Arial;
	font-size: 120%;
	font-weight: Bold;
	margin-top: 1.5em;
}

.Def:link, .Def:visited {	/* Used as a link for a cross-referenced term. */
	color: #804000;
	font-style: Oblique;
	text-decoration: None;
}

.DefName {	/* Used as the named anchor for a cross-reference term. */
	background: None Orange;
	color: #804000;
	text-decoration: None;
}

.Legend {
	border: Black Solid Thin;
	float: Right;
	padding: 3px;
}

.LinkTextExternal {	/* Used as an anchor for links to external web site. */
	color: Green;
/*	text-decoration: None; */
}
