@import url(wmcwin.css);

@import url(cinf.css);

table.d {
	width: 720px;
	border-collapse: collapse;
	border: 0px;
}
table.d th {
	background-image: url(images/t-top.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 16px;
}
table.d td {
	background-image: url(images/t-body.gif);
	background-repeat: repeat-y;
	padding: 0px 5px 0px 5px;
}
table.d td.b {
	background-image: url(images/t-bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	padding: 0px;
}
