/**
* Who is who
*/

#categories .odd {
	background: #f8f8f8;
}

#categories .even {
	background: #FFF;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li {
	padding: 12px;
}

#categories a {
	color: #442b84;
	text-decoration: none;
	font-weight: normal;
}

#categories a:hover {
	text-decoration: underline;
}

#whoiswho {
	margin: 10px 0 0 0;
	width: 420px;
}

#whoiswho h3 {
	margin: 0 0 15px 0;
}

#whoiswho td {
	padding: 5px;
}

#whoiswho a {
	color: #442b84;
	text-decoration: none;
}

#whoiswho a:hover {
	text-decoration: underline;
}

.whoiswhoimage {
	width: 87px;
	text-align: left;
}

.whoiswhoimage img {
	border: 1px solid #442b84;
}

.sIFR-hasFlash #whoiswho h3 {
	visibility: hidden;
	font-size: 12px;
}