

.tblTopLeft {
	background-image: url(TL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tblTopRepeat {
	background-image: url(TB.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tblTopNav {
	background-image: url(TopNav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tblTopRight {
	background-image: url(TR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tblBottomLeft {
	background-image: url(BL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tblBottomRight {
	background-image: url(BR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tblLeftRepeat {
	background-image: url(LB.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.tblRightRepeat {
	background-image: url(RB.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.tblBottomRepeat {
	background-image: url(BB.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tblBottomNav {
	background-image: url(BottomNav.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

