.CBlackTitle {
	font-weight: bold;
	color: #000000;
}
.TL {
	background: transparent url(top_left.gif) no-repeat bottom right;
	width: 7px;
	height: 7px;
}
.TT {
	background: transparent url(top_tile.gif) repeat-x bottom left;
	height: 7px;
}
.TR {
	background: transparent url(top_right.gif) no-repeat bottom left;
	width: 7px;
	height: 7px;
}
.ML {
	background: transparent url(middle_left.gif) repeat-y top right;
	width: 7px;
}
.MT {
	background: transparent url(middle_tile.gif) repeat top left;
}
.MR {
	background: transparent url(middle_right.gif) repeat-y top left;
	width: 7px;
}
.BL {
	background: transparent url(bottom_left.gif) no-repeat top right;
	width: 7px;
	height: 9px;
}
.BT {
	background: transparent url(bottom_tile.gif) repeat-x top left;
	height: 9px;
}
.BR {
	background: transparent url(bottom_right.gif) no-repeat top left;
	width: 7px;
	height: 9px;
}