﻿.contentText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: none;
	border-left: none;
	border-style: none;
	border-width: 0px;
	border-color: inherit;
}
.accordion ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }
.accordion li {
	cursor: pointer;
	list-style-type: none;
	
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.accordion li.active>a { background: url('close.gif') no-repeat center right; }
.accordion li div {
	border: 1px dotted #C0C0C0;
	padding: 4px;
	display: block;
	clear: both;
	float: left;
	width: 535px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
.accordion a {
	text-decoration: underline;
	color: #003366;
	padding:4px;
	display: block;
	cursor: pointer;
	background: url('open.gif') no-repeat center right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
	
	/* Level 2 */
.accordion li ul li {
	font-family: Arial, Helvetica, sans-serif;
}

