#acordeon {
	margin: 20px 0 20px 0;
	width: 514px;
}

.accordion_toggle {
	display: block;
	height: 15px;
	width: 504px;
	/*background: url(../img/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
	background-color:#fdedbf;
	/*line-height: 30px;*/
	font: 70% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #510b00;
	border-bottom: 1px dotted #ff9900;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 2px 0 3px 10px;
}

.accordion_toggle2 {
	display: block;
	height: 15px;
	width: 504px;
	/*background: url(../img/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
	background-color:#FAED88;
	/*line-height: 30px;*/
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #044289;
	border-bottom: 1px dotted #044289;
	margin: 0 0 0 0;
	padding: 2px 0 3px 10px;
}
.accordion_toggle_active {
	/*background: url(../img/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
	background-color:#510B00;
	color: #fff;
	border-bottom: 1px dotted #044289;
}
.accordion_content {
font: 70% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fef2cf;
	color: #444444;
	overflow: hidden;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.accordion_content p {
	/*line-height: 150%;*/
	padding: 5px 10px 0 10px;
}



