DIV.FILL_CONT {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.FILL_LEFT {
	background-image: url(../images/BGRND_FILL_LEFT.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.FILL_RIGHT {
	background-image: url(../images/BGRND_FILL_RIGHT.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:3px;
	padding-right:3px;
	overflow: hidden;
}
.TOP_LEFT {
	height:3px;
	background-image: url(../images/BGRND_TOP_LEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
}
.TOP_RIGHT {
	height:3px;
	background-image: url(../images/BGRND_TOP_RIGHT.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
*html .TOP_RIGHT, *html .TOP_LEFT, *html .BOT_LEFT, *html .BOT_RIGHT{
	overflow: hidden;
}
*html .FILL_LEFT, *html .FILL_RIGHT, *html .FILL_CONT{
	overflow: hidden;
	height: 100%;
}
.BOT_LEFT {
	height:3px;
	background-image: url(../images/BGRND_BOT_LEFT.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 3px;
}
.BOT_RIGHT {
	height:3px;
	background-image: url(../images/BGRND_BOT_RIGHT.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.CENTER_COL .FILL_LEFT {
	background-image: url(../images/BGRND_IN_FILL_LEFT.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.CENTER_COL .FILL_RIGHT {
	background-image: url(../images/BGRND_IN_FILL_RIGHT.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:2px;
	padding-right:2px;
	overflow: hidden;
}
.CENTER_COL .TOP_LEFT {
	height:2px;
	background-image: url(../images/BGRND_IN_TOP_LEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
}
.CENTER_COL .TOP_RIGHT {
	height:3px;
	background-image: url(../images/BGRND_IN_TOP_RIGHT.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.CENTER_COL .BOT_LEFT {
	height:2px;
	background-image: url(../images/BGRND_IN_BOT_LEFT.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 2px;
}
.CENTER_COL .BOT_RIGHT {
	height:2px;
	background-image: url(../images/BGRND_IN_BOT_RIGHT.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
