
.person
{
	float: left;
	width: 167px;
	height: 70px;
	padding: 10px 5px 10px 0px;
	font-size: 85%;
	line-height: 1.5;
	position: relative;
}

.personnoimage
{
	width: 111px;
	height: 30px;
}

.person img
{
	clear: none;
	width: 45px;
	height: 60px;
	position: absolute;
	left: 0;
}

.person .body
{
	clear: none;
	width: 117px;
	position: absolute;
	right: 5px;
}

.alphabet-grid
{
	width: 100%;
	display: block;
	float: left;
}

.alphabet-grid .column
{
	float: left;
	width: 167px;
	padding: 0 5px 10px 0px;
	font-size: 85%;
	line-height: 1.5;
	position: relative;
	color: #666666;
}

.alphabet-grid .column .heading
{
	float: left;
	width: 100%;
	font-size: 150%;
	padding: 0.5em 0;
}

.alphabet-grid .column .heading a
{
	color: #666666;
}

.alphabet-grid .column .heading a:hover
{
	color: rgb(186, 3, 3);
}

.alphabet-grid .column .item
{
	float: left;
	width: 100%;
	padding: 0;
	line-height: 1.0;
}
