/* Just some base styles not needed for example to function */
*, html { font-family: Verdana, Arial, Helvetica, sans-serif; }

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}
body { background-color:; }

img { border: none; }
p
{
	font-size: 1em;
	margin: 0 0 1em 0;
}

table { font-size: 100%; /* IE hack */ }

input, select, textarea, th, td { font-size:1em; }

/* CSS Accordion styles */
dl
{
	padding: 10px;
	min-width:0;
}
	dl dt
	{
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		background-color:#2963AD;
		border-radius: 0px;
		color: #fff;
		border-bottom: 0px solid ;
		margin: 0em 0 .5em;
	}
		dl dt a
		{
			font-weight: normal;
			text-decoration: none;
			padding: 10px;
			display: block;
			color: #fff;
		}
	dl dd
	{
		color: # ;
		margin: 0;
		overflow: hidden;
		-webkit-transition: height 1s ease;
		-moz-transition: height 1s ease;
		-o-transition: height 1s ease;
	}
		dl dd p
		{
			padding: 10px;
			margin: 0;
		}
	dl dd:not(:target) { height: 0; }
	dl dd:target { height: auto; }
	dl a.ie:hover dd,
	dl a.ie:focus dd
	{
		height: auto;
		color: #F26522 !important;
	}
