@charset "utf-8";
/* CSS Document */
div#accordion {
	width:894px;
	margin: 10px auto;
	font-size: 85%;
	position: relative;
	top: -8px;
}
div#accordion h3 {
	background: #323084;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
div#accordion h3 a:link {
	color: #FFF;
}
div#accordion div {
	border: 1px #efe5ff solid;
	height: 185px !important;
	overflow: hidden;
}
div#accordion h3:hover, div#accordion h3 a:hover {
	background: #efe4ff;
	color: #000;
}
div#accordion strong {
	font-weight: normal	
}