/*
** Agents Style Sheet
*/

#agent_title {
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 120%;
}

#agent_title a {
	color: #000;
	background: transparent;
	text-decoration: none;
}

#agent_desc {
	color: #000;
	background: #fff;
	border-top: 2px solid #DDA922;
	padding: 5px;
}

.bolder {
	font-weight: bold;
	font-size: 95%;
}