div.frame	{position: relative; top: 5px; left: 8px;}


.accordion_toggle {


color: #be0911;	
text-transform: uppercase;

	display: block;
	height: 25px;
	line-height: 22px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
			

	padding: 6px 0 0 6px;
			
	outline: none;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	margin: 0 0 0 0;
	}


.accordion_toggle:hover {
	font-size: 12px;
	color: #455560;
	background: #E0E1E1;
	}


.accordion_toggle_active {
	font-size: 12px;
	font-weight: normal;
	color: #455560;
	background: #E0E1E1;
	}
		
.accordion_content {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	overflow: hidden;
	}


