#content p {
	font-weight: bold;
	margin: 15px 0 0 25px;
	color: black;
	padding: 0;
}

#content p.subitem {
	margin: 0 0 0 45px;
	font-weight: normal;
}

#content p.bowlitem {
	margin: 0 0 0 45px;
}

#content p.subsubitem {
	margin: 0 0 0 65px;
	font-weight: normal;
}

#content p.oritem {
	margin: 0 0 0 95px;
	color: #666;
}

#content p.first {
	margin-top: 10px;
}