@charset "UTF-8";
.oes {
	border-left: solid 0px gray;
	border-right: solid 0px black;
	border-bottom: solid 0px gray;
	overflow: hidden;
	margin-top: 10px;
}
.oes1 {
	margin: 0px;
	padding: 0px;
}
.oesTab {
	color: #000000;
	background-color: #F5F5F5;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #0256A6;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	
}
.oesContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	height: 200px;
}
.oesOpen .oesTab {
	background-color: #ff0000;
	color: #fff;
	font-weight: bold;
}
.oesTabHover {
	color: #fff;
	background-color: #0256A6;
}
.answer {
	float: left;
	text-decoration:none;
	font-weight:bold;
	color: #ff0000;
	font-size: 12px;
}
.Note {
	float: left;
	text-decoration:none;
	font-weight:bold;
	color: #ff0000;
	font-size: 13px;
	
}