.accordion_toggle {
	display: block;
	height: 30px;
	width: 100%;
	padding: 0;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #000;
	cursor: help;
	margin: 0;
	text-align: center;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #000;
}
.accordion_toggle_active {
	color: #000;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #000;
}
.accordion_content {
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	margin: 2px;
	display: inline;
}
#container {
	width: 200px;
	position: relative;
	margin-top: 150px;
	left: 200px;
	background-image: url(bg_transparent.png);
	background-repeat: repeat;
}
ul {
	list-style-type: none;
	display: inline;
}
li {
	padding-top: 4px;
}
li strong {
	padding-top: 2px;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
