<style type="text/css">

#dummy {
}

#nedstat {
  display: none;
}

a {
  text-decoration: none;
  color: #000099;
}

a:hover {
  color: #009966;
}

a:active {
  color: #009966;
}

body {	
	color: #000099;
	background-color: #FFFFCC;
	font-family: verdana, arial;
	font-size: 12px;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

#wrapper {
  border: 1px solid #000099;
  width: 816px;
  height: 525px;
  margin: 0px auto;
  margin-top: 50px;
}

#wrap {
  height: 490px;
  width: 810px;
  border: 1px solid #000099;
  margin: 2px;
  background-image: url("../image/backg.jpg");
  background-repeat: repeat-y;
}

#menu {
  width: 810px;
  height: 25px;
  border: 1px solid #000099;
  margin: 2px;
}

.links td, #menu td {
	font-family: verdana, arial;
	font-size: 12px;
	color: #000099;
}

#menu td a {
  text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

#menu td a:hover {
	color: #009966;
}

#titlebar {
  position: relative;
  left: 130px;
  margin-top: 20px;
  width: 670px;
  height: 50px;
  background-image: url("../image/bar_title.jpg");
  background-repeat: no-repeat;  
}

#titlebar_en {
  position: relative;
  left: 130px;
  margin-top: 20px;
  width: 670px;
  height: 50px;
  background-image: url("../image/bar_title_en.jpg");
  background-repeat: no-repeat;  
}

#content {
  left: 130px;
  position: relative;
  width: 670px;
  margin-top: 20px;
}

</style>


