@charset "utf-8";
/* CSS Document */
dl{}
dt{
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	border-bottom:1px dotted #006600;
	color:#006600;
	margin:0px 0px 5px 0px;
	padding:10px 0 0 5px;
}
dd{
	margin:0 0 10px 30px;
	font-size:12px;
}
