@CHARSET "utf-8";
#people-list {
	margin: 5px; 
	width: 600px; 
	height: auto; 
	text-align: left; 
	font-size: 10px;
}

#people-title {
	margin: 5px; 
	width: 300px; 
	height: auto; 
	font-size: 10px;
}

#people-container {
	margin-top: 1em;
}

.person_td {
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.person_list_dot {
	font-weight: 600;
	font-size: 18px;
	color: rgb(204, 204, 204);
}
.person_link {
	color: #000000 !important;
	font-size: 14px;
	text-transform: uppercase;
}


}

