@charset "utf-8";
/* CSS Document */

.accordion {
	width: 225px;
}
.accordion     h3 {
	cursor: pointer;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 3em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-bottom-style: solid;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-color: #c6def2;
	margin: 0;
}
.accordion   h3 a:hover   {
	color: #000;
	text-decoration: none;
}
.accordion a {
	color: #000;
	text-decoration: none;
}
.accordion a:hover {
	text-decoration: underline;
	color: #1a7dca;
}
.accordion   h3:hover.accordionBlue {
	background-color: #c6def2;
	color: #000;
}
.accordion  h3:hover.accordionRed {
	background-color: #efcfcb;
	color: #000;
}

.accordion   h3:hover.accordionGreen {
	background-color: #c1e5d4;
	color: #000;
}

.accordion   .accordionBlue  a {
	display: block;
}
.accordion  .accordionRed a {
	display: block;
}
.accordion   .accordionGreen  a {
	display: block;
}
.accordion h3.active {
	background-color: #c6def2;
}
.accordion p {
	margin: 0;
	display: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.levelTwoSelected, .levelTwoSelected a {
	color: #1a7dca;
}
.accordion   ul.levelThree li.levelThreeSelected, .accordion   ul.levelThree li.levelThreeSelected a  {
	color: #c13f31;
	text-decoration: underline;
}
.accordion ul.levelTwo {
	list-style-type: none;
	line-height: 1.5em;
	display: none;
	margin: 0;
	padding: 0px;
	font-style: italic;
}
.accordion ul.levelTwo li {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 0.9em;
	line-height: 1.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.accordion ul.levelThree {
	list-style-type: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0px;
	font-style: italic;
}
.accordion    ul.levelThree    li       {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.accordion    ul.levelThree    li a       {
	margin: 0px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	padding: 0px;
}
.accordion     ul.levelThree     li  a:hover       {
	margin: 0px;
	color: #c13f31;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	padding: 0px;
}
