body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	font-size: 12px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tablewithborder {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tablewithoutborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.titlebar {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF9900;
}
.question {
	color: #FFFFFF;
	font-size: 12px;
}
.questionorange {
	color: #FF9900;
	font-size: 12px;
}
.highlight_1 {
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
}
.highlight_2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.handcursor {
	cursor: hand;
}
		.accordion_toggle {
			display: block;
			height: auto;
			width: 720px;
			background: url(accordion_toggle.jpg) no-repeat top right #666666;
			padding: 0 10px 0 10px;
			line-height: 20px;
			color: #FF9900;
			font-weight: bold;
			text-decoration: underline;
			outline: none;
			font-size: 12px;
			color: #FF9900;
			border-bottom: 1px solid #000000;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(accordion_toggle_active.jpg) no-repeat top right #FF9900;
			color: #000000;
			border-bottom: 1px solid #000000;
		}
		
		.accordion_content {
			background-color: #333333;
			color: #CCCCCC;
			overflow: hidden;
		}
			
			.accordion_content p {
				line-height: normal;
				padding: 5px 10px 10px 10px;
			}
