div.Body {
	padding-top: .2em;
	padding-bottom: 1.2em;
}

.Body h2 {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}

.Body li {
	text-align: left;
	text-align: justify;
}
.Body li.Left {
	text-align: left;
}

.Body .NoBullet {
	list-style: none;
	padding-bottom: 0;
}
.Body ul.Bullet {
	list-style: disc;
	padding-bottom: 0;
}
.Body ol.Bullet {
	list-style: decimal;
	padding-bottom: 0;
}
.Body .NoBullet ul.SubBullet {
	list-style: disc;
	padding-bottom: 0;
}
.Body .NoBullet ol.SubBullet {
	list-style: decimal;
	padding-bottom: 0;
}

.Body .NoBullet li {
	margin: 0 1.5em;
	padding-bottom: 1.0em;
}
.Body .Bullet li {
	font-weight: bold;
	margin: 0 0 0 6em;
	padding-bottom: 0.5em;
}
.Body .SubBullet li {
	font-weight: normal;
	margin: 0 0 0 1.5em;
	padding-bottom: 0;
	padding-top: 0.5em;
}

.Body .Lead {
	padding-top: 1.2em;
}
.Body .Trail {
	padding-top: 1em;
	padding-bottom: 1em;
}

.Body blockquote {
	margin: 0 2.5em;
	padding-bottom: 1em;
}

.Body .Slide,
/*.Body */.SlideAbs {
	text-align: center;
	background-color: #E0E0E8;
	color: inherit;
}
.Body .Slide {
	padding: 1.5em 0;
	
	font-size: 100%;
}
/*.Body */.SlideAbs {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	font-size: 100%;
	
	padding: 20px;
}
.Body .PlaceAbs {
	text-align: center;
	background-color: #E0E0E8;
/*background-color: inherit;*/
	color: #E0E0E8;
	font-size: 100%;
	
	padding: 10em 0;
}
