﻿#basic-accordian {
}
.accordion_headings {
	padding: 7px;
	background: #C4D2EC;
	color: #4275C3;
	cursor: pointer;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	margin-bottom: 4px;
}
.accordion_headings:hover {
	background: #4275C3;
	color: #FFFFFF;
}
.accordion_child {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	margin-left: 40px;
}
.header_highlight {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	background-color: #404040;
}
.accordion_child a:link {
	color: #4275D7;
	text-decoration: underline;
}
.accordion_child a:hover {
	color: #000000;
	text-decoration: underline;
}

