#table {
	font-size: 12px;
	letter-spacing: 150%;
	line-height: 120%;
	color: #000000;
	text-align: left;
	margin-left: 20px;
	}

dl {
	width: 400px;
	height: auto;
	}
dt {
	margin: 5px 0px 0px 0px;
	width: 100px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}
dd {
	margin: 5px 0px 0px 0px;
	width: 300px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

