body {
	
	background-color: #000000;
	font-size: 10pt;
}

.Slide {
	background-image: url(image/background.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	text-align: center;
}

.Slide2 {
	background-image: url(image/background_rec.jpg);
	background-repeat: no-repeat;
	height: 850px;
	width: 800px;
	text-align: center;
}

.RoundTable_TL {
	background-image: url(image/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
}

.RoundTable_TL2 {
	background-image: url(image/tl_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 40px;
}

.RoundTable_TM {
	background-color: #FFFFFF;
	/*background-image: url(image/tm.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 80px;*/
}

.RoundTable_TR {
	background-image: url(image/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	width: 40px;
}
.RoundTable_TR2 {
	background-image: url(image/tr_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 80px;
	width: 40px;
}

.RoundTable_Middle
{
	background-color: #FFFFFF;
}

.RoundTable_LL {
	background-image: url(image/ll.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
}

.RoundTable_LM {
	background-color: #FFFFFF;
	/*background-image: url(image/lm.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 78px;*/
}

.RoundTable_LR {
	background-image: url(image/lr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	width: 40px;
}
.Header {
	color: #004685;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
