.Accordion {
	overflow: visible;
	font-style: italic;
	margin-left: 25px;
	text-align: left;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clip: rect(auto,auto,auto,auto);
}
.AccordionPanel {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	border-right-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-style: none;
	border-left-width: thin;
	font-style: normal;
	font-family: "Gill Sans", Arial, sans-serif;
	font-weight: normal;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: none;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height: auto;
	padding-top: 5px;
	padding-right: 44px;
	padding-bottom: 10px;
	padding-left: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #777;
	font-size: medium;
}
.AccordionPanelOpen .AccordionPanelTab {
	font-family: "Gill Sans", Arial, sans-serif;
	color: #000;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
.AccordionPanelTabHover {
	font-family: "Gill Sans", Arial, sans-serif;
	height: auto;
	color: #F90;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000;
	font-family: "Gill Sans", Arial, sans-serif;
	height: auto;
}
.AccordionFocused .AccordionPanelTab {
	height: auto;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	height: auto;
	color: #A00;
}
