@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

h2 {
	color: #336600;
	font-size: 200%;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h3 {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 6px 0px 10px 0px;
}
p {
	margin: 10px 0px;
}
.smaller {
	font-size: 88%;
}
a {
	color: #0000FF;
}
a:hover {
	color: #006600;
}
a:active {
	color: #FF9900;
}
dt {
	margin: 15px 40px 5px;
	cursor: pointer;
	text-decoration: underline;
	color: #BD4A18;
}
dt:before {
		content: "Q";
		font-size: 1;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 6px 5px;
		color: #000000;
		background-color: #CCCCCC;
		font-weight: normal;
		
		margin-left: -35px;
		position: relative;
		top: 10px;
}
dd {
	margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
}
dd:before {
		content: "A";
		font-size: 1;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 6px 5px;
		color: #000000;
		background-color: #EFEFEF;
		
		margin-left: -35px;
		position: relative;
		top: 10px;
}
.show {display: block;}
.hide {display: none;}