body {
	background-color: #ffffcc;
	color: #000000;
	height: 1000px;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: green;
	background: #ffffcc;
	text-decoration: none;
}
a:visited {
	color: #c5001e;
	background: #ffffcc;
	text-decoration: none;
}
a:focus {
	color: blue;
	background: #ffffcc;
	text-decoration: none;
}
a:hover {
	color: blue;
	background: #ffffcc;
	text-decoration: none;
}
a:active {
	color: green;
	background: #ffffcc;
	text-decoration: none;
}
table {
	margin-left:auto;
	margin-right:auto;
	padding: 1px;
}
td {
	text-align: center;
	padding: 10px;
	font-size: 18pt;
	font-style: italic;
}
.tdlt {
	text-align: left;
}
.tdctr {
	text-align: center;
	vertical-align: middle;
}
.smalltext {
	text-align: center;
	padding: 1px;
	font-size: 10pt;
	font-style: normal;
}
.smalltextc {
	text-align: center;
	padding: 1px;
	font-size: 10pt;
	font-style: normal;
	background: #f5deb3;
}
.smalltxtb {
	text-align: center;
	padding: 1px;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
.toc {
	width: 250px;
	padding: 10px;
}
.emph {
	font-weight: bold;
}
.emph1 {
	font-weight: bold;
	font-size: 18pt;
	font-style: normal;
}
.emph2 {
	font-weight: bold;
	font-size: 20pt;
	font-style: normal;
	color: #c5001e;
}
.arr {
	width: 120px;
}
.vstxt {
	background-color: #ffffcc;
	color: #fff8dc;
	text-align: center;
	padding: 1px;
	font-size: 4pt;
	font-style: normal;
}
.ntxt {
	text-align: center;
	padding: 5px;
	font-size: 14pt;
	font-style: italic;
}
.ntxt1 {
	text-align: center;
	padding: 10px;
	font-size: 14pt;
	font-style: normal;
}
.ntxtc {
	background-color: #ffffcc;
	text-align: center;
	color: #c5001e;
	padding: 5px;
	font-size: 12pt;
	font-style: italic;
}
.navButton {
	border: none;
}
.img {
	border: none;
}
.imgLt {
	float: left;
}
.imgRt {
	float: right;
}
.more {
	text-align: right;
	padding: 2px;
	font-size: 12pt;
	font-style: italic;
}
.und {
	text-decoration: underline;
}
ul li {
	font-weight: bold;
	font-style: normal;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
}
ul ul li {
	font-size: 80%;
}
.wid45 {
	width: 45%;
}
.wid20 {
	width: 20%;
}
.tmb170c {
	width: 20%;
}
.tcol {
	border-style: solid;
	border: #c5001e;
	border-width: 2px;
}