@charset "utf-8";
#wrapper #content #main .section dt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#wrapper #content #main .section dd {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

