a.hlink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a.hlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a.hlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a.flink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A50A1;
	text-decoration: none;
	font-size: 14px;
}
a.flink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A50A1;
	text-decoration: none;
	font-size: 14px;
}
a.flink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A50A1;
	text-decoration: underline;
	font-size: 14px;
}
a.clink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A50A1;
	text-decoration: none;
}
a.clink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A50A1;
	text-decoration: none;
}
a.clink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A50A1;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	background-repeat: repeat-x;
	height: 94px;
	background-image: url(images/heder_bg.gif);
}
H1 {
	 font-size: 18px;
}
.rubrick {
	font-style: italic;
}
.header-text {
	 font-size: 10px;
}
.find-text {
	 font-size: 12px;
}
.header-textbox {
	 border: 0px none;
	 font-size: 10px;
	 background-color: #CAD8C6;
}
.menu-active {
	font-size: 10px;
	background-repeat: norepeat;
	height: 24px;
	width: 97px;
	background-image: url(images/btn_act.gif);
}
.menu-passive {
	font-size: 10px;
	background-repeat: norepeat;
	height: 24px;
	width: 97px;
	background-image: url(images/btn_pas.gif);
}

.OKButton button {
  background-image: url(./images/btn_ok.gif);
  border: 0 solid white;
  background-repeat: no-repeat;
  width: 23px;
  height: 18px;
}

.SButton button {
  background-image: url(./images/btn_search.gif);
  border: 0 solid white;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}
