h1 {
	font-size: large;
	font-weight: bold;
	color: #555555;
}
h2 {
	font-size: medium;
	font-weight: normal;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: x-small;
	font-weight: normal;
	color: #555555;
}
h4 {
	font-size: xx-small;
	font-weight: normal;
	color: #555555;
}
h5 {
	font-size: xx-small;
	font-weight: normal;
	color: #555555;
}
h6 {
	font-size: xx-small;
	font-weight: normal;
	color: #555555;
}
p {
	font-size: small;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0px 0px 20px;
	padding: 0px;
	line-height: 1.4em;
}
table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table#mainarea {
	border: 2px solid #BBBBBB;
	margin-top: 20px;
	margin-bottom: 20px;
}
td#mainarea {
}
td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	font-weight: normal;
	font-size: x-small;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 0px;
	list-style-type: none;
	height: 32px;
}
body {
	font-size: x-small;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#topmenu li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
	font-size: x-small;
	font-weight: normal;
	display: block;
	float: left;
}
td#menuarea  {
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#bottommenu ul {
	padding: 0px;
	float: left;
	border: 0px;
	list-style-type: none;
	height: 32px;
	margin-left: 600px;
	margin-top: 10px;
}
#bottommenu li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
	font-size: x-small;
	font-weight: normal;
	display: block;
	float: left;
	text-align: right;
}
p#copyright {
	text-align: center;
	font-size: xx-small;
	margin-top: 20px;
}
#address ul {
	padding: 0px;
	float: left;
	border: 0px;
	list-style-type: none;
	margin-left: 110px;
}
#address li {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: x-small;
	font-weight: normal;
	display: block;
	float: left;
	text-align: right;
}
.bottomarea {
	background-image: url(texture.png);
	background-repeat: repeat-y;
}
.title {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.titleleft {
	margin-left: 100px;
}
.titleright {
	margin-left: 200px;
}
.videoback {
	background-image: url(video/videoback.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 50px;
}
.webback {
	background-image: url(web/webback.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 50px;
}
.subtitleback {
	background-image: url(subtitle/subtitleback.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 50px;
}
#privacy table {
	width: 500px;
	margin-bottom: 50px;
}
#privacy p {
	font-size: x-small;
	line-height: 1.2em;
}
#privacy li {
	margin-top: 5px;
}

.logofade {
	animation-name: logofade1;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards
}

@keyframes logofade1 {
  0% {opacity: 0}
  100% {opacity: 1}
}
