.AccordionTitle, .AccordionContent, .AccordionContainer
{
	position:relative;
	width:680px;
	height: auto;
}

.AccordionTitle
{
	height:20px;
	overflow:hidden;
	cursor:auto;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	background-repeat:repeat-x;
	display:table-cell;
	-moz-user-select:none;
	filter: FlipH;
}

.AccordionContent
{
	height:0px;
	overflow:auto;
	display:none;
	font-size: 12px;
	color: #036;
	text-align: justify;
	text-transform: none;
}

.AccordionContainer
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.AccordionTitle2, .AccordionContent2, .AccordionContainer2
{
	position:relative;
	width:680px;
	height: auto;
}

.AccordionTitle2
{
	height:20px;
	overflow:hidden;
	cursor:auto;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	background-repeat:repeat-x;
	display:table-cell;
	-moz-user-select:none;
	filter: FlipH;
}

.AccordionContent2
{
	height:0px;
	overflow:auto;
	display:none;
	font-size: 11px;
	color: #000;
	text-align: justify;
}

.AccordionContainer2
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
