.main_table_top_left {
	background-image: url(../images/background_01.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 25px;
	width: 25px;
	background-position: right bottom;
}
.main_table_top_center {
	background-image: url(../images/background_02.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 25px;
	background-position: center bottom;
}
.main_table_top_right {
	background-image: url(../images/background_03.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 25px;
	width: 25px;
	background-position: left bottom;
}

.main_table_middle_left {
	background-image: url(../images/background_04.jpg);
	background-repeat: repeat-y
	position: relative;
	width: 25px;
	background-position: right top;
}
.main_table_middle_center {
	background-color:#FFF;
	background-repeat: repeat-x;
	position: relative;
	height: 25px;
	background-position: center bottom;
}
.main_table_middle_right {
	background-image: url(../images/background_05.jpg);

	background-repeat: repeat-y
	position: relative;
	width: 25px;
	background-position: left top;
}

.main_table_bottom_left {
	background-image: url(../images/background_07.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 25px;
	width: 25px;
	background-position: right top;
}
.main_table_bottom_center {
	background-image: url(../images/background_08.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 25px;
	background-position: center top;
}
.main_table_bottom_right {
	background-image: url(../images/background_09.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 25px;
	width: 25px;
	background-position: left top;
}

.box_green_top_left {
	background-image: url(../images/box_green_01.png);
	height: 26px;
	width: 33px;
}
.box_green_top_center {
	background-image: url(../images/box_green_02.png);
	background-repeat: repeat-x;
	height: 26px;
}
.box_green_top_right {
	background-image: url(../images/box_green_03.png);
	height: 26px;
	width: 31px;
}
.box_green_middle_left {
	background-image: url(../images/box_green_04.png);
	background-repeat: repeat-y;
	width: 33px;
}
.box_green_middle_center {
	background-color: #CEDCDC;
}
.box_green_middle_right {
	background-image: url(../images/box_green_06.png);
	background-repeat: repeat-y;
	width: 31px;
}
.box_green_bottom_left {
	background-image: url(../images/box_green_07.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 33px;
}
.box_green_bottom_center {
	background-image: url(../images/box_green_08.png);
	background-repeat: repeat-x;
	height: 26px;
}
.box_green_bottom_right {
	background-image: url(../images/box_green_09.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 31px;
}

.box_purple_top_left {
	background-image: url(../images/box_purple_01.png);
	height: 26px;
	width: 33px;
}
.box_purple_top_center {
	background-image: url(../images/box_purple_02.png);
	background-repeat: repeat-x;
	height: 26px;
}
.box_purple_top_right {
	background-image: url(../images/box_purple_03.png);
	height: 26px;
	width: 31px;
}
.box_purple_middle_left {
	background-image: url(../images/box_purple_04.png);
	background-repeat: repeat-y;
	width: 33px;
}
.box_purple_middle_center {
	background-color: #DDCFDC;
}
.box_purple_middle_right {
	background-image: url(../images/box_purple_06.png);
	background-repeat: repeat-y;
	width: 31px;
}
.box_purple_bottom_left {
	background-image: url(../images/box_purple_07.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 33px;
}
.box_purple_bottom_center {
	background-image: url(../images/box_purple_08.png);
	background-repeat: repeat-x;
	height: 26px;
}
.box_purple_bottom_right {
	background-image: url(../images/box_purple_09.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 31px;
}

