#options {width:100%; margin: 0; text-align:center; color:#ccc; font-size: 8pt; margin-top: 5px; text-transform: uppercase;}
#options a {text-decoration:none; color:#ccc}
#options a:hover {color:#333}

#acc {
	width:100%;
	list-style:none;
	color:#000;
	margin:0 0 40px 0;
}
#acc h3 {
	width:100%;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	border-bottom:1px dotted #ccc;
	padding:0;
	cursor:pointer;
	_border-bottom: 1px solid #ccc;
	/*background:url(../images/accordImages/header.gif);*/
}
#acc h3:hover {
	/*background:url(../images/accordImages/header_over.gif);*/
}
#acc .acc-section {
	overflow:hidden;
	background:#fff;
}
#acc .acc-content {
	width:100%;
	padding:0;
	border:none;
	border-top:none;
	background:#fff;
}
#acc .acc-content p {
	font-size: 9pt;
	text-align: justify;
	margin-bottom: 10px;
	padding-top: 5px;
	color: #666666;
	line-height: 13pt;
	}
.acc-content a {
	font-weight: bold;
	color: #333;
	border-bottom: dotted 1px #666666;
}
.acc-content a:hover {
	font-weight: bold;
	color: #555;
	border-bottom: dotted 1px #666666;
}

#nested {width:425px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(../images/accordImages/header.gif)}
#nested h3:hover {background:url(../images/accordImages/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:393px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(../images/accordImages/header_over.gif)}