h1 {
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}
.accordion_toggle {
	display: block;
	height: 24px;
	width: 320px;
	background-color:#ddddee;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background-color:#2356e8;
	color: #ffffff;
	font-weight:bold;
	border-bottom: 1px solid #000000;
}

.accordion_content {
	overflow: hidden;
	width:320px;
	padding: 0 10px 0 10px;
	background-color: #33333f;
	color: #ffffff;
	font-size:9pt;
}

