table {
	border: 1px solid #7e7e7e;
	padding: 10px;
	background-color: #FDFFCC;
}

th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
}

td {
	vertical-align: top;
	padding-bottom: 5px;
}

table table {
	border: none;
	padding: 0px;
}

table table td {
	padding-bottom: 0px;
	padding-right: 10px;
}

