BODY {
	margin: 0px;
	padding: 0px;
	background-color: #b4e5b4;
	color: #45482a;
	font-size: 14px;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}

#centercell {
	padding: 96px 278px 80px 184px;
}

#leftcell {
	position: absolute;
	left: 8px;
	width: 160px;
	top: 110px;
	background-color: #787d4a;
	padding: 0px;
	margin: 0px;
}
#leftcell ul.menu1 {
	font: 16px Arial, Helvetica, sans-serif;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#leftcell h1 {
	font: 16px Arial, Helvetica, sans-serif;
	color: white;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
#leftcell ul.menu2 {
	padding-left: 12px;
	margin-left: 0px;
	list-style: none;
}
#leftcell a.menu2:hover {
	color:white;
	text-decoration:underline;

}
#leftcell a.menu2 {
	color:white;
	text-decoration:none;
}

#rightcell {
	position: absolute;
	right: 12px;
	width: 240px;
	top: 110px;
	background-color: #787d4a;
	padding: 8px;
}
#rightcell h1 {
	font: 16px Arial, Helvetica, sans-serif;
	color: white;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
#rightcell h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: white;
	margin-top:3px;
	margin-bottom:2px;
}
#rightcell ul {
	list-style: none;
	padding-left:12px;
	margin-left:0px;
	color:white;
}
#rightcell p {
	font-size: 14px;
	margin-top:1px;
	margin-bottom:3px;
}
#rightcell A {
	color: white;
}

#topcell {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
* html #topcell {
	width: 95%;
}
#topcell div.header {
	font: 36px Arial, Helvetica, sans-serif;
}
#topcell div.header .h_mr,#topcell h1 .h_kiev {
}
#topcell div.header .h_m {
	position:relative;
	top:6px;
}
#topcell div.header .h_pc {
	font-size: 200%;
}
.langselect {
	position: absolute;
	top: 12px;
	right: 32px;
}

#footercell {
	clear: both;
	font-size: small;
	position: absolute;
	bottom: 4px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20%;
	padding-right: 20%;
	left: 16px;
	right: 16px;
}

h1 {
	font: 24px Arial, Helvetica, sans-serif;
}

a, a:hover, a:visited {
	color: #45482a;
}

.errorblock {
	padding-top: 24px;
	padding-bottom: 36px;
}

.errorblock h1 {
	font: 36px Arial, Helvetica, sans-serif;
	text-align: center;
}

.source {
	border: solid 2px #787d4a;
	background-color: white;
	padding-left: 8px;
}
pre.source {
	padding-top: 8px;
	padding-bottom: 8px;
}

a.lang {
	font: 16px Arial, Helvetica, sans-serif;
	color: #45482a;
	padding: 2px;
	text-decoration: none;
}
a.lang_a {
	font: 16px Arial, Helvetica, sans-serif;
	color: white;
	background-color: #787d4a;
	text-decoration: none;
	padding: 2px;
}
.big5kop {
	float: left;
	cursor: pointer;
}
.input {
	font-family:Verdana, Arial, sans-serif;
	position:relative;
	background-color:transparent;
	z-index: 1;
	width: 400px;
	border: solid 1px #787d4a;
	margin-bottom: 2px;
}
.confirm {
	border: solid 1px #787d4a;
}
TEXTAREA.input {
	height: 80px
}
.bglabel {
	font-family:Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position:absolute;
	color: #c4f5c4;
	padding-left: 4px;
	padding-top:2px;
}
.submit {
	width: 128px;
	border: solid 1px #787d4a;
	background-color: #b4e5b4;
}

.filetable {
	border-collapse: collapse;
	font-family: sans-serif;
}
.filetable td, .filetable th {
	padding: 2px 12px 2px 12px;
}
.filetable th {
	background-color: #787d4a;
	color: white;
}
.tfoot label {
	display: block;
	position: relative;
	width: 256px;
}
.tfoot input.text {
	width: 256px;
	font-family:Verdana, Arial, sans-serif;
	border: solid 1px #787d4a;
	margin-bottom: 2px;
}
.tfoot input.file {
	width: 144px;
	border: solid 1px #787d4a;
}
.tfoot input.submit {
	background-color:#787d4a;
	color: white;
	padding: 2px 16px 2px 16px;
}

