body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	background: #fbfafc;
	font-style: normal;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

.bodystyle {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: regular;
	color: #323246;
	line-height:24px;
}

.nav  {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: strong;
	color: #FCF4F5;
	line-height:24px;
}
.sup {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top; 
	}

.supsm {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: .6em; 
	}

.heading1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #323246;
}

.heading2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #323246;
}

ul
{
	list-style-type: disc;
	padding: 0;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #323246;
	line-height:18px;
	text-align: left;
}

ul li
{
margin: 1em 0;
}

ol li
{
margin: 0.5em 0;
}

td
{	align-content: flex-end;
	text-align: left;
}

iframe  {
	width:350px; 
	float:right; 
	padding-left:20px; 
	padding-bottom:20px; 
	font-size:90%; 
	font-color:#5c5b5b; 
	text-align:center;
}

div.toc {
	margin-left:34px; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: regular;
	color: #323246;
	line-height:24px;
}

div.blockquote {
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #323246;
	line-height:18px;
}

div.list {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #323246;
	line-height:18px;
}

div.image {
	width:250px; 
	float:right; 
	padding-left:20px; 
	padding-bottom:20px; 
	font-size:90%; 
	font-color:#5c5b5b; 
	text-align:center;
}

div.image-sm {
	width:125px; 
	float:right; 
	padding-left:20px; 
	padding-bottom:20px; 
	font-size:90%; 
	font-color:#5c5b5b; 
	text-align:center;
}

div.sidebar {
	width: 400px;
	background: #ffffff;
	margin:10px;
}

div.sidebar-box {
	background: #c6c2d6;
	margin:10px;
}

font.caption {
	font-size:10px; 
	font-color:#5c5b5b; 
	text-align:center;
	line-height:12px;
}

.footnote {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #323246;
	line-height: 14px;
}

.small {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #323246;
}

.smitalic {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #323246;
}

.footer {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #323246;
	line-height: 200%;
}

a:link {
	color: #503992;
}

a:hover {
	color: #b2a3db;
}

a:visited {
	color: #503992;
}

