<style type="text/css">
* 	{
	margin:0;
	padding:0;
	/*list-style:none;*/
	}
	
body 
	{
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	margin:10px;
	line-height: 1.3em;
	}
	
#basic-accordian
	{
	border:5px solid #e1e1e1;
	padding:5px;
	width:540px;
	position:absolute;
	left:40%;
	top:8%;
	margin-left:-175px;
	z-index:2;
	margin-top:0px;
	}

.accordion_headings
	{
	padding:5px;
	background:#e1e1e1;
	color: #000; 
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	}

.accordion_headings:hover
	{
	background:#cccccc;
	}
	
.accordion_logo
	{
	font-size: 2.2em;
	padding-left:190px;
	background: #323232;
	cursor:pointer;
	font-weight:bold;
	margin-top:90px;
	}
	
.accordion_child
	{
	padding:0px;
	background:#EEE;
	}
	

.header_highlight
	{
	color: #eee; 
	background:#323232;
	}

h1
	{ 
	font-size: 1.5em; 
	font-weight: bolder; 
	font-style: normal;
  	padding-bottom: 15px;
	}

p
	{ 
  	padding-bottom: 8px;
	}
	
td.dark
	{ 
	color: #e1e1e1; 
    background-color: #323232;
	}
	
td.white
	{ 
	color: #323232; 
	background-color: #e1e1e1;
	}

td
	{
	font-style: normal;
	vertical-align: top;
	padding: 0px;
	}

ul
	{
	list-style-type: disc;
	//list-style-position: outside;
	padding-left:15px;
	}

li
	{ 
  	padding-bottom: 8px;
	}

.inside
	{
	padding:13px;
	}

a
	{
	text-decoration:none;
	color:#6699cc;
	font-weight:bold;
	}

a:hover
	{
	text-decoration:none;
	color:#6699ff;
	font-weight:bold;
	}

</style>
