html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFE9C5;
}
body, table {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:link, a:visited, a:active{
	color: #D18436;
	text-decoration: none;
}
a:hover {
	color: #9B3602;
	text-decoration: underline;
}
a.Pop:visited, a.Pop:link, a.Pop:active {
	color: #783E0F;
	text-decoration: none;
}
a.Pop:hover {
	color: #9B3602;
	text-decoration: underline;
}
.general {
	width:780px;
	height:100%;

}
.header {
	height:194px;
	background:url('header.jpg');
	cursor:hand;
}
.center {
	height:100%;
	width:100%;
}
.left {
	width:180px;
	background:url('left.jpg');
	background-repeat:repeat-y;
}
.right {
	width:100px;
	background:url('right.jpg');
	background-repeat:repeat-y;
}
.down {
	height:26px;
	background:url('down.jpg');

}
.bd_frm {
	padding:16px;
	padding-top:0px;
	background:#fff;
}

.mm {
	padding-left:35px;
}

.mm_href {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:url('mm_inact.jpg');
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	display:block;
	
}

.mm_href a:visited, .mm_href a:link {
	font:12px;
	color: #783E0F;
	width:180px;
	height:40px;
	display:block;
	padding-top:12px;
}
.mm_href a:hover, .mm_href a:active {
    font:bold;
    color:#fff;
    background:url('mm_act.jpg');
	background-repeat:no-repeat;
	width:180px;
	height:40px;
	display:block;
}
.spc {
	height:18px;
}
h1 {
	color:#9B3602;
	font-size:22px;
	font:bold;
}
h2, h3, h4 {
	color:#D18436;
	font-size:18px;
}
hr {
	height:1px;
	color:#ccc;
	background:#cccccc;
	width:90%;
}
