body {
	background: #666666;
	color : #333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 10px 0;
}

#wrapper {
	margin: 0 auto 10px auto;
	width: 704px;
	border: 1px solid #000000;
	padding: 0;
}

#head, #head-en {
	position: relative;
	background: url('images/head.jpg');
	width: 704px;
	height: 76px;
}

#head-en {
	background: url('images/head-en.jpg');
}

#head a, #head-en a {
	display: block;
	position: absolute;
	top: 20px;
	left: 70px;
	width: 210px;
	height: 40px;
	text-indent: -3000px;
}

#menu {
	height: 31px;
	background: url('images/menu_bg.gif');
	color: white;
}

#nav {
	float: right;
	width: 500px;
	padding: 3px 10px 0 0;
	text-align: right;
}

#maincontent {
	width: 664px;
	background: white;
	padding: 20px;
}

h1 {
	font-size: 14pt;
	color: #E4AB14;
	font-weight: bold;
	font-family: Tahoma, Arial;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #333;
	text-align: center;
	margin-bottom: 15px;
}

h2 {
	font-size: 10pt;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	background-color: #DCDCDC;
	background: url(img/classic-th.gif);
	border: 1px solid Black;
	border-left: 0;
	border-right: 0;
	margin-top:20px;
	}

H2.main {
	width: 100%;
	padding: 3px 2px 3px 2px;
	}

H2.small {
	width: 500;
	padding: 3px 2px 3px 2px;
	}

H3 {
	font-size: 12pt;
	color: Silver;
	}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : #8E8E8E;
	}

A {
	text-decoration: none;
	color: White;
	font-style: normal;
	font-weight: bold;
}

A.dark {
	font-size: 9 px;
	text-decoration: none;
	color: Black;
	font-style: normal;
	font-weight: bold;
}

A.darkbig {
	font-size: 12 px;
	text-decoration: none;
	color: #4C6B7B;
	font-style: normal;
	font-weight: bold;
}

A:Hover {
	text-decoration: blink;
	color: #DDDDDD;
	}

.inputflat {color:#000000; background:#FFFFFF; font-family: Arial; font-size: 9pt; 
               border: 1 solid #999999}

.buttonflat {color: #000000; background:#DDDDDD; height: 19; font-family: Arial; font-size: 8 pt; 
               border: 1 solid #000000; cursor:hand}

#maincontent img {
	border: 1px solid #EDBC3A;
	padding: 2px;
}

#maincontent .photobox {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	background: #AAA;
	padding: 0;
	margin: 10px;
	border: 1px solid #333;
}

#maincontent .photobox img {
	border: 0;
}

#copy {
	text-align: center;
	padding: 0 10pt;
	color: white;
}

#copy a {
	color: white;
	text-decoration: none;
}