.personList {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

.personList_person {
	list-style: square;
	margin-bottom: 5px;
}

.personList_person_name H4 {
	font-size: 90%;
	font-weight: normal;
	font-family: Trebuchet MS, Arial;
	margin: 0px;
	margin-bottom: 5px;
}

.person_name H3 {
	margin: 0px;
}

.person_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.person_shortDescription {
	margin-bottom: 5px;
}

.person_email {
	margin-bottom: 5px;
}

.person_cv {
	margin-bottom: 5px;
}

.person_participation {
	clear: both;
	margin-bottom: 5px;
}

.person_participation UL {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

.person_participation LI {
	list-style: square;
}

