h3 { margin-top: .5em; }

li { list-style-type: none; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 450px;
	font-family: franklin, Helvetica, Arial;
	border: 1px solid gray;
}
.basic div {
	background-color: #eee;
}

.basic p {
  color: black;
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	padding: 10px;
}
.basic a {
	height: 60px;
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab050px.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab250px.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab250px.gif");
}