﻿/*primary layout corner styles*/
.tl {
	height: 7px;
	width: 7px;
	background-image: url(tl.html);
	background-color: inherit;
	color: #000000;
	background-repeat: no-repeat;
	font-size: 1px;
}
.tm {
	height: 7px;
	background-image: url(tm.html);
	background-color: inherit;
	color: #000000;
	background-repeat: repeat-x;
	font-size: 1px;
}
.tr {
	height: 7px;
	width: 7px;
	background-image: url(tr.html);
	background-color: inherit;
	color: #000000;
	background-repeat: no-repeat;
	font-size: 1px;
}
.lm {
	width: 7px;
	background-image: url(lm.html);
	background-color: inherit;
	color: #000000;
	background-repeat: repeat-y;
	font-size: 1px;
}
/*
td.centre {
	background-image: url(bg.png);
	background-color: inherit;
}
*/
.rm {
	width: 7px;
	background-image: url(rm.html);
	background-color: inherit;
	color: #000000;
	background-repeat: repeat-y;
	font-size: 1px;
}
.bl {
	height: 7px;
	width: 7px;
	background-image: url(bl.html);
	background-color: inherit;
	color: #000000;
	background-repeat: no-repeat;
	font-size: 1px;
}
.bm {
	height: 7px;
	background-image: url(bm.html);
	background-color: inherit;
	color: #000000;
	background-repeat: repeat-x;
	font-size: 1px;
}
.br {
	height: 7px;
	width: 7px;
	background-image: url(br.html);
	background-color: inherit;
	color: #000000;
	background-repeat: no-repeat;
	font-size: 1px;
}