/* CSS Document */
dl {
	margin-bottom: 1em;
}
dl dt {
	width:10em;
	float: left;
	text-align: right;
}


dl dd {
	margin-left: 11em;
}