.tabshow {
	color:#E05D20;
	font-weight:bold;
	text-align:center;
	height:20px;
	cursor:default;
}
.tabhide {
	color:#000000;
	font-weight:bold;
	text-align:center;
	height:20px;
	cursor:pointer;
}
.shown {
	display:block;
	width:95%;
}
.hidden {
	display:none;
}

