#wrap {
	font-family: Geneva, Helvetica, Arial,'Trebuchet MS';
	margin: 2px auto;
	padding: 3px;
	background-color: FFFFFF;
}
.more {
	display: none;
	font-size: 12px;
	background-color: #fbf8e0;
}

/*color:#C7912B; */

.showLink {
	font-family: Geneva, Helvetica, Arial,'Trebuchet MS'; font-size: 12px;
}

.hideLink {
	font-family: Geneva, Helvetica, Arial,'Trebuchet MS'; font-size: 12px;
	font-weight: normal;
	background: transparent;
}

.hideLink:link, .hideLink:visited, .hideLink:active, .showLink:link, .showLink:visited, .showLink:active  {
	font-family: Geneva, Helvetica, Arial,'Trebuchet MS';
	color:#C7912B;
	text-decoration: underline;
}

.showLink:hover, .hideLink:hover {
	color:#C7912B;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic; 
}

