#CONTENTS table {
	width: 100%;
}
#CONTENTS table th {
	width: 35%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
#CONTENTS table td {
	width: 65%;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#CONTENTS .right {
	float: right;
}

