BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #5097ff;
	SCROLLBAR-TRACK-COLOR: #f8faef;
	SCROLLBAR-BASE-COLOR: #b5d197;
}

.show_bg_r_up {
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
}
.show_bg_r_down {
	background-image: url(../images/show_bg_r_down.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.show_bg_l_up {
	background-image: url(../images/show_bg_l_up.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 94px;
}
.show_bg_l_down {
	background-image: url(../images/show_bg_l_down.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
