@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;	

}

table {
	border : none;
	border-collapse: collapse;
	width: 137px;
	height: auto;
	margin-left: .4em;
}

thead {
	background-image: url(../images/table/tbl-tp.gif);
	text-indent: -9999px;
	height: 16px;
	width: 137px;
	margin: 0px;
	padding: 0px;
}
th {
	line-height: 0.9em;
}

tbody {
	background-image: url(../images/table/tbl-bd.gif);
	background-repeat: repeat-y;
	height: 16px;
	width: 137px;
	text-indent: 1.0em;	
}

tfoot {
	background-image: url(../images/table/tbl-ft.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
td {
	height: 25px;
	
}
