.accordion_toggle {
	background: rgb(255,255,255) url(../images/accordion-toggle-bg.gif) no-repeat;
	background-position: 4px 5px;
	cursor: pointer;
	color: #269DB9;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px 0px 1px 14px;
	margin: 2px 0px 2px 0px;
}
.accordion_toggle_active {
	background: rgb(255,255,255) url(../images/accordion-toggle-active-bg.gif) no-repeat;
	background-position: 3px 7px;
	cursor: pointer;
	color: #4E4E4E;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px 0px 1px 14px;
	margin: 2px 0px 2px 0px;
}
.accordion_content {
	overflow: hidden;
}
.accordion_content .accordion-wrapper {
	background: rgb(250,250,250);
	border-top: 2px solid rgb(240,240,240);
	border-bottom: 1px solid rgb(240,240,240);
	padding: 10px 3px 5px 3px;
	margin: 0px;
}
.accordion_content .accordion-wrapper-news {
	background: rgb(250,250,250);
	border-top: 2px solid rgb(240,240,240);
	border-bottom: 1px solid rgb(240,240,240);
	padding: 10px 0px 0px 15px;
	margin: 0px;
}