		.accordion_toggle {
	display: block;
	height: 31px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #5B0718;
	cursor: pointer;
	margin: 0;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #60AED8;
	line-height: 30px;
		}
		
		.accordion_toggle_active {
	color: #ffffff;
	background-image: url(/images/tabbg_lightblue.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 31px;
		}
		
		.accordion_content {
	background-color: #f2e9c6;
	color: #262626;
	overflow: hidden;
		}
.accordion_content img {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
			}
			
		
a.oddbutton:link, a.oddbutton:visited {
	background-color: #ccb76d;
	display: block;
	background-image: url(/images/view_details_yellow.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 125px;
	text-indent: -9999px;
	float: right;
	margin-right: 15px;
}
a.oddbutton:hover {
	background-color: #FFFFFF;
	display: block;
	background-image: url(/images/view_details_yellow.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 125px;
	text-indent: -9999px;
	margin-right: 15px;
}



