﻿#basic-accordian {
}
.accordion_headings {
	padding: 5px;
	background: #5B6FBB;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.accordion_headings:hover {
	background: #C16100;
}
.accordion_child {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 10px;
}
.header_highlight {
	background: #C16100;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}
.accordion_child a:link {
	color: #C16100;
	text-decoration: none;
}
.accordion_child a:hover {
	color: #C16100;
	text-decoration: underline;
}
