* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
	margin-left: 4px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #242328;
}

#basic-accordian{
	width:268px;
	position:absolute;

	z-index:1;
}

.accordion_headings{
	padding:5px;

	background:  #2f3034;
	color:#FFFFFF;
	border:1px solid #242328;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:   #38393e;
	background-image: url(m-bg.JPG);
}

.accordion_child{
	padding:15px;
	
	background:#4d4f53;
}

.header_highlight{
	background:  #999999;
	background-image:url(m-bg%20copy.jpg);
}


a a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CA0005;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.style1 {color: #FFFFFF}
a {
	font-family: Arial;
	font-size: 11px;
}
