@charset "UTF-8";
/* CSS Document */

.executive-profile {
	float:left;
	text-align:center;
	vertical-align:top;
	margin-right:10px;
	width:142px;
	height:14em;
	}
.executive-profile h2 {
	font-size:16px;
	font-weight: normal;
	color:#000;
	margin-top:-2px;
	}
.executive-profile h2 span {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}
.executive-profile ul {
	list-style:none;
	margin-top:-10px;
	padding:0px;
	}
.executive-profile li {
	list-style:none;
	display:inline;
	font-size:10px;
	margin:0px;
	color:#666;
	}
.executive-profile a:link, .executive-profile a:visited {
	color:#336699;
	text-decoration:none;
	}
.executive-profile a:hover {
	color:#cccc33;
	}

