div.acc_list {
	background-color: #ffffff;
	left: 0px;
	width: 400px;
}

div.acc_list div.acc_title {
	margin: 14px 0px 4px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0096BA;
	font-weight: bold;
}

.acc div.title {
	background-color: #ffffff;
	padding:4px 0 4px 10px;
	border-top:1px solid #cccccc;
	cursor: pointer;
	font-weight: bold;
}

.acc div.title_nolink {
	cursor: default !important;
}

.acc span.description {
	margin-left: 10px;
	font-weight: normal;
	font-style: italic;
}

.acc div.title a {
	text-decoration: none;
	color: #000; 
}


.acc div.hover {
	background-color: #f1f1f1;
}

#subcontent {
	padding: 0px;
	line-height: 16px;
}

#subcontent p {
	padding: 14px;
}


