@charset "UTF-8";
a.showLink, a.hideLink {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent url;
	background-image: url(../Images/Press/down.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}
a.hideLink {
	background-color: transparent url;
	background-image: url(../Images/Press/up.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}
a.showLink:hover, a.hideLink:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.bioMore {
	width: 459px;
	display: none;
}
#bio {
	width: 459px;
	margin: 0px;
	padding-bottom: 8px;
}

.review {
    width: 459px;
    margin: 0px;
    padding-bottom: 8px;
}

.reviewFull {
    width: 459px;
    display: none;
}

