/* CSS Document */


h2{
	font-size:1.25em;
	margin:0;
	padding:0;
	background-color:#FFF;
	width:auto;
	border:none;
	margin-top:2em;
	margin-bottom:2em;
}


h3{
	font-size:1em;
	margin:0;
	padding:0;
	background-color:#FFF;
	width:auto;
	border:none;
	margin-top:2em;
	margin-bottom:1em;
}


div.choice, div.choice2, div.choice3, div.choice4{ border:solid 1px #AAA; width:25em; margin-top:10px; margin-bottom:10px; padding:3px; }
div.choice{ margin-left:20px; }
div.choice2{ margin-left:60px; }
div.choice3{ margin-left:100px; }
div.choice4{ margin-left:140px; }
	div.choice h3, div.choice2 h3, div.choice3 h3, div.choice4 h3{ line-height:1.5em; font:bold 1.2em; margin:0; }
	div.choice p, div.choice2 p, div.choice3 p, div.choice4 p{ line-height:1.2em; margin:0 1em 0; }


td.up{ font-weight:bold; color:#10C099; text-align:right; }
td.down{ font-weight:bold; color:#FF6633; text-align:right; }

td.ln, th.ln{border-left:1px solid #9F9F9F;}


