@charset "utf-8";
/* CSS Document */

style1 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.style1 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

td.style2 {
	background-image: url('tl-table.png');
	background-repeat: no-repeat;
	width: 65px;
	height: 58px;
}
td.style3 {
	background-image: url('tm-table.png');
	background-repeat: repeat-x;
}
td.style4 {
	background-image: url('tr-table.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 65px;
	height: 58px;
}
td.style5 {
	background-image: url('ml-table.png');
	background-repeat: repeat-y;
}
td.style6 {
	background-image: url('mr-table.png');
	background-repeat: repeat-y;
	background-position: right;
}
td.style7 {
	background-image: url('bl-table.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 65px;
	height: 58px;
}
td.style8 {
	background-image: url('br-table.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 65px;
	height: 58px;
}
td.style9 {
	background-image: url('bm-table.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #E8F6FA;
}
