.left {
	background-image: url(../images/tables/titles/leftfill.gif);
	height: 1px;
	width: 2px;
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin: 0;
	background-color: #DFE0FF;
	right: 50%;
	background-position: left;
}
.right {
	background-image: url(../images/tables/titles/rightfill.gif);
	background-repeat: repeat-y;
	background-position: right;
	left: 50%;
}
.bottom {
	background-image: url(../images/tables/titles/bottomfill.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.newleft {
	background-image: url(../images/Newtables/left_fill.gif);
	background-repeat: repeat-y;
}
.newright {
	background-image: url(../images/Newtables/right_fill.gif);
	background-repeat: repeat-y;
}
.newtop {
	background-image: url(../images/Newtables/top_fill.gif);
	background-repeat: repeat-x;
}
.newbottom {
	background-image: url(../images/Newtables/bottom_fill.gif);
	background-repeat: repeat-x;
}
