.cell01 {
	text-align: left;
	background-color: #FFFFDD;
}
.cell02 {
	text-align: left;
	background-color: #DEEEFF;
}
.cell03 {
	text-align: left;
	padding: 5px 5px 5px 10px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image : url(../../css/td_bg.jpg);
	background-repeat: repeat-y;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
th {
	font-weight: bolder;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	line-height: 1.5em;
	text-align: center;
	background-color: #C5EEED;
}
.th {
	font-weight: bolder;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	line-height: 1.5em;
	text-align: center;
	background-color: #C5EEED;
}
#table {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-bottom: 0px;
	margin-top: 0.3em;
	margin-right: 5px;
	margin-left: 35px;
	padding: 0px;
	width: 750px;
	empty-cells: show;
	border-collapse: collapse;
}
#table td {

	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-bottom: 0px;
	margin-top: 0em;
	margin-right: 0px;
	margin-left: 0px;
	padding: 3px;
}
td {
	line-height: 140%;
}
