<!--

.acc_headline{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 5px 35px;
border-top:	1px dotted #000;
background: #fbee61;
color:		#86080E;
background-image: url('../images/bg_accordion.gif');
}

.acc_open{ /*class added to contents of 1st demo when they are open*/
background: #fbee61;
color:		#86080E;
background-image: url('../images/bg_accordion_open.gif');
border-top:	1px dotted #000;
}

-->
