html {
	overflow: auto;
}

body {
	margin: 0px;
	background-color: #716f7d;
	text-align: center;
}

.normaltable {
	border-color:#444444;
	border-style:solid;
	border: 1px;
}

hr {
	color: #444444;
	height: 1px;
}

div {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-size: 17px;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 14px;
	letter-spacing: 0.08em;
}

h3 {
	font-size: 12px;
	letter-spacing: 0.05em;
}

h4 {
	font-size: 11px;
	letter-spacing: 0.04em;
}

a {
	text-decoration: none;
	color: #333333;
}

a img {
	border: 0px;
}

#frame {
	text-align: left;
	position: relative;
	width: 908px;
	margin: 25px auto;
}

#head {
	height: 166px;
	background: url(../images/header.jpg) no-repeat;
}

#lang {
	position: absolute;
	left: 908px;
	top: 0px;
}

#lang a {
	border: 1px solid black;
	display: block;
	margin-top: 6px;
}

#box {
	position: relative;
	border-width: 1px 1px 0px 1px;
	border-color: black;
	border-style: solid;
	background-color: #e0eff4;
}

#navi {
	table-layout: fixed;
	vertical-align: middle;
}

#navi td {
	height: 105px;
	width: 105px;
	text-align: center;
	background: url(../images/button1_n.gif);
	padding: 0px;
	cursor: pointer;
	font-size: 14px;
}

#navi td:hover {
	background: url(../images/button1_a.gif);
}

#navi td.active {
	background: url(../images/button1_a.gif);
}

#navi td.pic {
	width: 360px !important;
	background: url(../images/navi_pic.gif) no-repeat !important;
	cursor: default !important;
}

#subnavi {
	margin-top: -3px;
	table-layout: fixed;
	vertical-align: middle;
	width: 219px;
}

#subnavi td.link, #subnavi td.active {
	padding: 0px 0px 0px 27px;
	height: 47px;
	font-size: 14px;
}

#subnavi td.link {
	background: url(../images/button2_n.gif) no-repeat;
	cursor: pointer;
}

#subnavi td.active, #subnavi td.link:hover {
	background: url(../images/button2_a.gif) no-repeat;
	cursor: pointer;
}

#subnavi td.pic {
}

#contentBox {
	width: 684px;
}

#contentHead {
	height: 6px;
	background: url(../images/content_head.gif) no-repeat;
}
#contentFoot {
	height: 6px;
	background: url(../images/content_foot.gif) no-repeat;
}
#content {
	padding: 12px 18px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
}

div.contentHalf {
	padding: 0px;
	width: 314px;
	float: left;
}

div.contentThird {
	padding: 0px;
	width: 203px;
	float: left;
}

div.contentSpacer {
	width: 18px;
	height: 18px;
	float: left;
}

#clear {
	padding: 0px;
	margin: 0px;
	height: 0px;
	clear: both;
}

#boxFoot {
	height: 6px;
	background: url(../images/box_foot.gif) no-repeat;
}

#foot {
	text-align: right;
}

table.contenttable-0 {
	border-collapse: collapse;
}
table.contenttable-0 tr td, table.contenttable-0 tr th {
	border: 1px solid gray;
	padding: 4px;
}
table.contenttable-0 tr th {
	background-color: #dddddd;
}
tr.tr-even td {
	background-color: #f0f0f0;
}

strike {
color:red;
}