/* *** ** Start of DefaultWrapper ** *** */
@import url(/styles/main.css);


.bold { font-weight: bold; }
dl{ padding-left:50px; width:500px; }
dt { font-weight:bold; width:173px; float:left; }
dd {
	display:inline;
	float:left;
	margin-bottom:-18px;
	margin-left:173px;
	position:relative;
		top:-20px;
		*top:-19px;
	width:320px;
}
.forceNewRow { clear:both; }

.li-abc { list-style:lower-alpha; }
.li-ABC { list-style:upper-alpha; }
.underline { text-decoration:underline; }

#footnotes {
	border-top:1px solid #654;
	margin:20px auto 0 auto;
	padding-top:20px;
	font-size:11px;
	width: 80%;
	*width: 88%;	
}

#footnotes li { margin-bottom:8px; *margin-left: 40px; }

#footnotes li span  {
	border-left:3px solid #fff;
	position:relative;
		left: -12px;
		*left: -16px;
		top:3px;
}
/* *** ** End   of DefaultWrapper ** *** */
