* {
	margin:0; 
	padding:0; 

	}
code {
	font-family:"Courier New",Courier;
	}

#options {
	width:477px; 
	margin:20px auto; 
	text-align:right; 
	color:rgb(181,158,112);
	}
#options a {
	text-decoration:none; 
	color:rgb(181,158,112);
	}
#options a:hover {
	color:#FFF;
	}

#acc {
	width:477px;
	list-style:none; 
	color:rgb(181,158,112); 
	margin:0 auto 40px;
	
	}
#acc h3 {
	width:477px; 
	padding:6px 6px 8px; 
	font-weight:bold; 
	margin-top:5px; 
	cursor:pointer; 
	background-color:rgb(98,64,39); 
	
	}
#acc h3:hover {
	color:#FFF;
	background-color:rgb(98,64,39); 

	}
#acc .acc-section {
	overflow:hidden;

	}
#acc .acc-content {
	width:450px; 
	padding:15px; 
 
	border-top:none; 
	}

#nested {
	width:477px; 
	list-style:none; 
	color:rgb(181,158,112); 
	margin-bottom:15px;
	}
#nested h3 {
	width:477px; 

	padding:6px 6px 8px; 
	font-weight:bold; 
	margin-top:5px; 
	cursor:pointer; 
	background-color:rgb(98,64,39); 
	}
#nested h3:hover {
	color:#FFF;
	background-color:rgb(98,64,39); 
	}
#nested .acc-section {
	overflow:hidden;

	}
#nested .acc-content {
	width:460px; 
	padding:15px; 

	border-top:none; 

	}
#nested .acc-selected {
	background-color:rgb(98,64,39);
	}
#Table_01 tr td table tr td #level2 #acc li #nested {
	font-size: 14px;
	font-weight: bold;
}
#Table_01 tr td table tr td #level2 #acc li #nested li .acc-section .acc-content {
	font-weight: normal;
}
