h3.tipoMembro
{
	font-size: 13px;
	color: #9B0000;
	padding: 10px 15px 10px 15px;
}
.membros
{
	margin: 10px 15px 10px 15px;
}
#itemMembro
{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
}
#itemMembro .nome
{
	margin-bottom: 2px;
}
#itemMembro .nome a
{
	font-size: 12px;
	font-weight: bold;
	color: #494d4e;
	text-decoration: none;
}
#itemMembro .nome a:hover
{
	text-decoration: underline;
}
#itemMembro .email a
{
	font-size: 11px;
	color: rgb(28, 87, 123);
	text-decoration: underline;
}
#itemMembro div.telefone
{
	font-size: 11px;
	margin-bottom: 2px;
}

#detalheMembro
{
}
#detalheMembro .imagem img
{
	border: 0px none;
	margin: 0px 5px 5px 0px;
}
#detalheMembro .nome
{
	font-size: 13px;
	font-weight: bold;
	color: #9B0000;
	border-bottom: 1px solid rgb(242, 242, 242);
	margin-bottom: 5px;
}
#detalheMembro .descricao, #detalheMembro .telefone
{
	margin-bottom: 5px;
}
#detalheMembro .email a
{
	color: rgb(28, 87, 123);
	text-decoration: underline;
}
