@charset "UTF-8";
/* CSS Document */

* {
	/*margin:0;
	padding:0;
	list-style:none;*/
}
body #basic-accordian{
	font-size: 75%;
}

#basic-accordian{
	/*border:5px solid #EEE;*/
	padding:5px;
	width:502px;
	/*position:absolute;*/
	left:50%;
	top:50%;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background:#000000;
	color:#FFF;
	border:1px dashed #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#333;
}

.accordion_child{
	padding:15px;
	background:#000;
	color:#FFFFFF;
}

.header_highlight{
	background:#333;
}

div#test1-content a{color:#FFF; text-decoration: none; font-weight: normal;}

div#test1-content a:hover{text-decoration: underline;}

div#test2-content a{color:#FFF; text-decoration: none; font-weight: normal;}

div#test2-content a:hover{text-decoration: underline;}