.lead {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.entrySheet {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 1em;
}
.entrySheet dt {
	color: #E5004F;
	font-weight: bold;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 1.5em;
}
.entrySheet dd {
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1em;
	padding-left: 1em;
}
