﻿body {
	background-color:#737D82;
	margin:10px 0px 0px 0px;
	overflow:auto;
	font-family:"Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;	
}
td {
	padding:0px;
	font-size:10pt;
}
#box {
	width:800px;
	height:480px;
	background-color:#FDFDF1;
	border-collapse:collapse;
}
#cnt {
	width:100%;
	height:100%;
	text-align:center;
}
#main {
	width:100%;height:100%;
	border-collapse:collapse;
}
#bglt {
	background-image:url('../../images/bglt.png');
	width:20px;height:20px;
}
#bgrt {
	background-image:url('../../images/bgrt.png');
	width:20px;height:20px;
}
#bglb {
	background-image:url('../../images/bglb.png');
	width:20px;height:20px;
}
#bgrb {
	background-image:url('../../images/bgrb.png');
	width:20px;height:20px;
}
#bxbg {
	background-image:url('../../images/mny.png');
	background-repeat:repeat-y;
	vertical-align:top;
	padding:8px;
	width:33%;
}
#bxt1 {
	background-image:url('../../images/hdr01.jpg');
	background-repeat:no-repeat;
	height:142px;
}
#bxt2 {
	background-image:url('../../images/hdr02.jpg');
	background-repeat:no-repeat;
	height:142px;
}
#bxt3 {
	background-image:url('../../images/hdr03.jpg');
	background-repeat:no-repeat;
	height:142px;
}
#bxb {
	background-image:url('../../images/mnb.png');
	background-repeat:no-repeat;
	height:36px;
}
#lgb1 {
	background-image:url('../../images/lgb01.jpg');
	background-repeat:no-repeat;
	height:36px;
}
#lgb2 {
	background-image:url('../../images/lgb02.jpg');
	background-repeat:no-repeat;
	height:36px;
}
#lgb3 {
	background-image:url('../../images/lgb03.jpg');
	background-repeat:no-repeat;
	height:36px;
}

#logo {
	background-image:url('../../images/logov.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	width:180px;
	height:340px;
}
ul {
	list-style-image: url('../../images/b.png');
	margin:0px 0px 0px 16px;
	color:#737D82;
	padding:0px 0px 0px 4px;
	font-weight:bold;
}
#a {
	behavior:url('hover.htc');
	color:#737D82;
	cursor:pointer;
}
#a:hover, #a.hover {
	color:#535D62;
	text-decoration:underline;
}