<!--

.newsheader{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
background-image:	url('../images/bg_acc_headline_close.jpg');
background-repeat:	no-repeat;
background-color:	#280907;
padding-left:		8px;
margin-top:			3px;
margin-bottom:		1px;
border-bottom:		0px dotted #153904;
color:				#fd7878;
font-family:		georgia,times,serif;
font-weight:		normal;
font-size:			11px;
line-height:		20px;
display:			block;
min-height:				27px;
overflow:			hidden;
}

.newsheader span {
color:				#ffffff;
font-weight:		normal;
}

.accordion_open{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
background-image:	url('../images/bg_acc_headline_open.jpg');
background-repeat:	no-repeat;
background-color:	#ea750b;
padding-left:		8px;
margin-top:			3px;
margin-bottom:		1px;
border-bottom:		0px dotted #153904;
color:				#000000;
font-family:		georgia,times,serif;
font-weight:		normal;
font-size:			11px;
line-height:		20px;
display:			block;
min-height:				27px;
overflow:			hidden;
}

.accordion_open span {
color:				#8b1a1b;
font-weight:		normal;
}

.newscontent { /*class added to contents of 1st demo when they are open*/
color:		#153904;
border-bottom:	1px dotted #153904;
padding-top:	0px;
padding-bottom:	5px;
min-height:		150px;
}

-->
