.pitch_sheet_titles {
	font-family: Arial, Helvetica;
	font-size: 18pt;
	font-weight: normal;
	color: #534741;
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	margin-left: 0px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #534741;
}
.pitch_sheet_titles_red {
	font-family: Arial, Helvetica;
	font-size: 18pt;
	font-weight: normal;
	color: #FF0000;
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	margin-left: 0px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
.pitch_sheet_bullets {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	color: #999999;
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	margin-left: 0px;
	text-align: left;
	line-height: 24px;
}

.pitch_sheet_bullets_choc {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	color: #534741;
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	margin-left: 0px;
	text-align: left;
	line-height: 24px;
}