@charset "UTF-8";
.Accordion {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
.AccordionPanel {



}
.AccordionPanelTab {
	cursor: pointer;
	-khtml-user-select: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: -19px;
}
.AccordionPanel  .AccordionPanelTab  ul    {

}

.AccordionPanelContent {
	overflow: hidden;
}
.AccordionPanelOpen .AccordionPanelTab {
	color: #313D91;

}
.AccordionPanelTabHover {
	color: #2C3696;
	text-decoration: underline;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #2C3696;
	text-decoration: underline;
}
.AccordionFocused .AccordionPanelTab {

}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}

