@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}

#basic-accordian{
	padding-left: 20px;
	font-size: 15px;
	color: #999999;
	width:216px;
	position:relative;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background:#FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	border-top:solid 1px #999999;
	font-size: 17px;
}

.accordion_headings:hover{
	background: #FFF;
	font-size: 17px;
}

.accordion_child{
	padding-left: 35px;
	padding-bottom: 7px;
	background:#FFF;
	line-height: 17px;
}

.accordion_child a{
	color: #999999;
	text-decoration: none;
}

.accordion_child a:hover{
	color: #662D91;
	text-decoration: none;
}

.header_highlight{
	background:#FFFFFF;
}

.style1 {padding: 5px; background: #FFFFFF; color: #F0B856; cursor: pointer; font-weight: bold; border-top:solid 1px #999999; font-size:17px;}
.style2 {color: #89CBDF}
.style3 {border-bottom:solid 1px #999999; }

.news-selected {color: #662D91;}

.indentTXT {
	line-height: 12px;
	}