/* SemWeb CSS 2008 */
#basic-accordian{
	padding:0px;
	width:530px;
	z-index:2;
}
.accordion_headings{
	padding:3px;
	color: #666666;
	cursor:pointer;
/*	font-weight:bold;*/
	line-height:2;
	margin-bottom:10px;
	text-decoration: underline;
}
.accordion_headings:hover{
	background:#FFFFFF;
}
.accordion_child{
	padding:5px;
	padding-left:15px;
	color: #666666;
}
.header_highlight{
	background:#FFFFFF;
}
