#basic-accordian{
	padding-top:40px;
	width: 100%;
	position: relative;
}

.accordion_headings{
	padding:4px;
	background:#aaaaaa;
	color:#FFFFFF;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#9f60bf;
}

.accordion_child{
	padding:1px 3px;
	background:#ffccff;
	border-bottom:1px solid #FFF;
	font-size: 8pt;
	font-weight: bold;
}
a.pm {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.accordion_child2{
	padding:1px 12px;
	background:#f9f9f9;
	border-bottom:1px solid #FFF;
	font-size: 8pt;
	font-weight: bold;
}
.accordion_child2:hover {
	padding:1px 12px;
	background:#fff;
	border-bottom:1px solid #FFF;
	font-size: 8pt;
	font-weight: bold;
}

.header_highlight{
	background:#9f60bf;
}

