/**
* Who is who
*/

#categories .odd {
	background: #e9f2f9;
}

#categories .even {
	background: #FFF;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li {
	padding: 12px;
}

#categories a {
	color: #00549b;
	text-decoration: none;
	font-weight: bold;
}

#categories a:hover {
	text-decoration: underline;
}

#whoiswho {
	margin: 10px 0 0 0;
	width: 513px;
}

#whoiswho h3 {
	margin: 0 0 15px 0;
}

#whoiswho a {
	color: #00549b;
	text-decoration: none;
	font-weight: bold;
}

#whoiswho a:hover {
	text-decoration: underline;
}

.whoiswhoimage {
	width: 87px;
	text-align: left;
}

.whoiswhoimage img {
	border: 1px solid #115c9b;
}

.sIFR-hasFlash #whoiswho h3 {
	visibility: hidden;
	font-size: 12px;
}
