body {
  font-size: 95%;
  background-color: rgb(50%, 70%, 100%);
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

table {
  font-size: 95%;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

a:link, a:visited, a:active {
	color: #BC4444;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFF498; /*#4C4493*/
	text-decoration: underline;
}

table.box {
  background: #2A3C55;
  color: white;
  text-align: center;
}

td.box {
  background: #2A3C55;
  color: white;
  text-align: center;
  padding: 0px 8px 0px 8px;
}

a.menu, a:visited.menu, a:active.menu {
  white-space:nowrap;
/*  font-size: 12px;*/
  font-weight: bold;
  font-variant: small-caps;
  color: rgb(100%, 50%, 0%);
  text-decoration: none;
}

a:hover.menu {
	color: #FFF498;
  text-decoration: none;
}

td.menu {
  padding-bottom: 5px;
  text-align:right;
}

input {
  border: 1px solid black;
}

.infolajna {
  width: 100%;
  background: rgb(40%, 60%, 100%);
  color: black;
  padding: 2px;
  font-size: 80%;
  font-weight: bold;
  margin: 0px 0px 8px 0px;
}

.formlabel {
  text-align: right;
  font-weight: bold;
}

.forminput {
  text-align: left;
}

.formnote {
  font-size: 80%;
}