div.accordion {
	width: 695px;
	margin-bottom: 25px;	
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 685px;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	background-color: #ccc;
	margin: 0;
	padding-left: 10px;
}
		
.accordion_toggle_active {

}
		
.accordion_content {
	background-color: #fff;
	color: #000;
	overflow: hidden;
	text-decoration: none;
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 20px;
}

.accordion_content a {
	color: #0000ff;
	line-height: 35px;
}
		
.accordion_content h3 {
	font-size: 14px;
	line-height: 38px;
}		

.accordion_content p.text {
	padding: 0;
	font-weight: normal;	
}

.accordion_content p.keywords {
	padding: 10px 0;
	font-weight: bold;	
	font-family: Tahoma, Halvetica, Arial, Sans-serif;
}

.accordion_content div {
	border-bottom: solid 1px #000;
}
		
.accordion_row1 {
	background-color: #d1dee4;
}

.accordion_row2 {
	background-color: #dee7eb;
}