.mainTable .topleft{
	background-image:url('images/blue_tl.gif');
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
.mainTable .topright{
	background-image:url('images/blue_tr.gif');
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
.mainTable .bottomleft{
	background-image:url('images/blue_bl.gif');
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
.mainTable .bottomright{
	background-image:url('images/blue_br.gif');
	background-repeat:no-repeat;
	width:14px;
	height:14px;
}
.mainTable .body{
	border:solid #000000 0px;
}
.mainTable .top{
	background-image:url('images/blue_t.gif');
	background-repeat:repeat-x;
	height:14px;
}
.mainTable .bottom{
	background-image:url('images/blue_b.gif');
	background-repeat:repeat-x;
	height:14px;
}
.mainTable .left{
	background-image:url('images/blue_l.gif');
	background-repeat:repeat-y;
	width:14px;
}
.mainTable .right{
	background-image:url('images/blue_r.gif');
	background-repeat:repeat-y;
	width:14px;
}