#body-center .box {
	margin-top: 2em;
}
#body-center .first .box,
#body-center-bottom .box {
	margin-top: 0;
}
#body-center .box h1 {
	color: #ee6a10;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
#body-center .box h1 a.back {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
#body-center .box h1 a.back:hover {
}
#body-center .box .content {
	font-size: 11px;
	line-height: 15px;
}

#body-left .box,
#body-right .box {
	margin-top: 11px;
	background: url('/dsg/body_delimiter.gif') repeat-x top left;
	padding-top: 7px;
}
#body-left .first .box,
#body-right .first .box {
	margin-top: 0;
	background: none;
	padding-top: 0;
}
#body-left .box h1,
#body-right .box h1 {
	font-size: 11px;
	font-weight: bold;
	color: #ee6a10;
	margin-bottom: 10px;
}
#body-left .box .content,
#body-right .box .content {
	font-size: 11px;
	line-height: 16px;
}
#body-left .box .content ul,
#body-right .box .content ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
#body-left .box .content ul li,
#body-right .box .content ul li {
	margin: 0;
	padding: 0 0 0 8px;
	background: url('/dsg/li_dot.gif') no-repeat 0 8px;
}