td.borderHL {}
td.borderHR {}
td.borderHC { text-align: right; padding-right: 10px; padding-top: 30px; padding-bottom: 5px; }

td.borderTL {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(/style/images/border-tl.png);
}
td.borderTR {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/style/images/border-tr.png);
}
td.borderTC {
	background-position: center bottom;
	background-repeat: repeat-x;
	background-image: url(/style/images/border-tc.png);
}

td.borderML {
	background-position: right center;
	background-repeat: repeat-y;
	background-image: url(/style/images/border-ml.png);
}
td.borderMR {
	background-position: left center;
	background-repeat: repeat-y;
	background-image: url(/style/images/border-mr.png);
}

td.borderBL {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/style/images/border-bl.png);
}
td.borderBR {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/style/images/border-br.png);
}
td.borderBC {
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(/style/images/border-bc.png);
	text-align: center; vertical-align: top;
}
