.accordion_toggle
{
	height: 24px;
	margin: 1px 0 0 0;
	padding: 0 0 0 35px;
	display: block;
	background: url(../img/accordion_arrows.gif) #E4F0F2 no-repeat 0 0;
	color: #0065AA;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
}

.accordion_content
{
	overflow: hidden;
	padding: 0 20px 0 20px;
	background-color: #D1E9EF;
}

.accordion_toggle:hover
{
	background: url(../img/accordion_arrows.gif) #D1E9EF no-repeat 0 -24px;
}

.accordion_toggle_active
{
	margin: 1px 0 1px 0;
	background: url(../img/accordion_arrows.gif) #D1E9EF no-repeat 0 -24px;
}

.accordion_content
{
	overflow: hidden;
}

.accordion_content h3
{
	margin: 10px 0 5px 0;
	font-size: 11px;
}

.accordion_content ul
{
	padding: 0 0 0 10px;
}