div.Section
 {
}

p.SectionHead
{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-indent: 0.25em;
	page-break-after: avoid;
	background-color: #CCCCCC;
	margin-top: 2em;
	margin-bottom: 1em;
  }

p.DatedEntry, p.BulletedEntry
{
	font-weight: normal;
	text-align: left;
	text-indent: -2em;
	padding: 0 0 0 0;
	margin: 0 0.5em 0.5em 4.5em;
	page-break-after: avoid;
	line-height: 120%;
  }

span.DatedEntryDate, span.BulletedEntryBullet
{
  width: 5em;
  padding: 0 0em 0 3em;
  margin: 0 0.5em 0 -5em;
  font-weight: bold;
  /* font-family: "Century Schoolbook"; */
  text-align: right;
  vertical-align: bottom;
  }

span.BulletedEntryBullet
{ 
  padding-left: 4.8em;
  }
