@charset "utf-8";
dl {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
dt {
	font-size: 75%;
	font-weight: bold;
	display: block;
	background-color: #DBDBDB;
	line-height: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
}
dd {
	font-size: 75%;
	line-height: 1.5em;
	margin-top: 5px;
}
