#biotable {
	width:100%; 
	margin-top: 10px;
}

#biotable .portrait {
	width: 150px; 
	text-align:center; 
	vertical-align: text-top;
}

#biotable .seperator {
	height: 40px; 
	background-color:#ffffff; 
	background-image:url(../img/company/management_seperator.gif); 
}

#biotable .nametitle {
	margin-bottom: 6px; 
	padding-bottom: 3px;
}

#biotable .nametitle .name {
	text-decoration: none; 
	font-size:16pt; 
	font-weight: bold;
}

#biotable .nametitle .name {
	text-decoration: none; 
	font-size:16pt; 
	font-weight: bold;
}

#biotable .nametitle .title {
	margin-left: 6px; 
	font-size: 11pt; 
	color: #2b83ad;
}

#biotable .biotext {
	vertical-align: top; 
	padding-left: 16px;
	padding-top: 5px;
}

#biotable p {
	font-size: 1.15em;
}

.contactmethods {
	padding: 6px 10px 10px 10px; 
	font-size: 11pt; 
	color: #2b83ad;
}
.contactmethods td {
	padding: 6px; 
}
.contactmethods a:link {
	border-bottom: 1px dotted #1c698d;
	text-decoration: none;
	color: #1c698d;
}
.contactmethods a:visited {
	border-bottom: 1px dotted #1c698d;
	text-decoration: none;
	color: #1c698d;
}
.contactmethods a:hover {
	color: #38ade4;
}