#accordion {

}

h3.toggler
{
	background: #ff6600;
	cursor: pointer;
	margin: 0 0 0 0;
	width: inherit;
	color: white;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing:1pt;
    text-indent:25px;
}


div.element
{
	margin: 0px;
	color: black;
	background-color: white;
}

div.element td
{
	vertical-align: middle;
	text-align: left;
	font-family:Tahoma;
	font-size:12px;
}

div.element td p
{
    padding:5px;
    color:Black;
}