		.accordion_toggle {
			display: block;
			height: 30px;
			width: 135px;
			background-color: #b2b2a4;
			padding: 0px 10px 0px 0px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			text-align: right;
			outline: none;
			font-size: 11px;
			color: #000000;
			border-top: 1px solid #DADAC8;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle a {
			text-decoration: none;
			color: #000000;
		}
		
		.accordion_toggle a:hover {
			text-decoration: none;
			color: #ffffff;
		}
		
		.accordion_toggle_active {
			background-color: #c15942;
			color: #ffffff;
			border-bottom: 1px solid #c15942;
		}
		
		.accordion_content {
			background-color: #c15942;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content ul {
				text-align: right;
				list-style: none;
				font-size: 10px;
				line-height: 175%;
				padding: 0px 10px 5px 0px;
			}
			
			.accordion_content a {
				text-decoration: none;
				color: #444444;
			}
			
			.accordion_content a:hover {
				text-decoration: none;
				color: #ffffff;
			}