

ul.choice-description-list
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.choice-description-list li
{
	font-size: large;
	margin-bottom:12px;
}

ul.choice-description-list li ul li
{
	font-size: small;
	margin-bottom:0px;
}

fieldset {
	border: 1px solid black;
	padding: 10px;
	margin: 4px;
}
legend {
	font-weight: bold;
	font-size: 14px;
}

.topicTerms
{
	margin-bottom:10px;
	border-bottom:1px #000 dashed;
}

.topicTerms h3
{
	text-decoration:underline;
	margin-bottom:0px;
}


.topicTerms textarea
{
	width:400px;
	height:100px;
}

