table {
	font-size: 75%;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	letter-spacing: 0.1em;
	border-collapse:collapse;
	width: 550px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
th {
	font-weight: normal;
	color: #333333;
	background-color: #FFFFCC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
}
.tdt {
	background-color: #F0F0F0;
}
.tdl {
	text-align: left;
	padding-left: 5px;
}
