@charset "UTF-8";
.accordion_toggle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	height: 20px;
	width: 100%;
	background: #fff;
	padding: 1px 0 0 5px;
	/*line-height: 30px;*/
	color: #e06b19;
	/*font-weight: normal;*/
	text-decoration: none;
	/*outline: none;*/
	/*color: #000000;*/
	border-bottom: 2px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: #fff;
			color: #04619f;
			font-weight: bold;
			
		}
		
		.accordion_content {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			background-color: #fff;
		    overflow: hidden;
		}
			

			
		
