	/* this stylesheet is mainly for little pop-up windows like the company member bios */

body {
	font-family: "Helvetica Neue", Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	background: url(features/pattern-07.gif);
}
.title {
	font-family: "Helvetica Neue", Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #c00;
	text-shadow: 2px 2px 4px #600;
	padding: 10px;
	border-bottom: 1px dotted #333;
	text-transform: uppercase;
	letter-spacing: .15em;
}
.bio {
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
