body {
	background-color:#FFFFF4;
	padding:0px;
	padding-top:0px;
	font-family: Arial;
	font-size: 9pt;
	line-height:26px;
	color: #666666;
}

a {
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
	line-height:19px;
}

li {
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
	line-height:19px;
} 
 
div#test-accordion{
    border: 0px solid #343230;
	background-color:#F4F4E2;
	padding:10px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:450px;

}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #AABDD5;
	background-image:url(../images/accordion/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#ffffff;   
    cursor: pointer;
	margin-bottom:0px;
	padding:3px 14px 0px 14px;
	height:27px;
	border-top:0px;	
	
}

div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(../images/accordion/on.jpg);
	background-color:#BECE93;
	border-bottom:0px;	
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #FFFFFF;
	padding:0px 17px 0px 0px;
	color: #666666;
	border-bottom:0px;	
}
