.css {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.test {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.title {
  font-weight: bold;
  color: #4c5133;
  font-size: 14pt;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 6px;
}
h1 {
  font-weight: bold;
  color: #4c5133;
  font-size: 14pt;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.menu {
  position: absolute;
  margin-top: 138px;
  font-weight: bold;
  font-size: 11pt;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  width: 678px;
  height: 62px;
}
.menulink {
  height: 10px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #ffffff;
  text-decoration: none;
}
.menulink:visited {
  color: #ffffff;
  text-decoration: none;
}
.menulink:hover {
  color: #ffffff;
  background-color: #2e2e2e;
  text-decoration: none;
}
.menusep {
  position: absolute;
  top: 0px;
}
.arealang {
  font-size: 9pt;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  margin-left: 590px;
  margin-top: 10px;
}

