body {
  background-color: #e0e0e0;
}

body, tr, td {
  font-family: Tahoma, "Lucida Grande CE", Verdana, "Geneva CE", lucida, sans-serif;
  font-size: 8pt;
  color: #000000;
}

#logo, #reklama {
  display: none;
}

#content {
  background-color: #ffffff;
  margin: 0px;
  padding: 16px;
  padding-left: 3px;
  padding-right: 3px;
}

#menu {
  border-bottom: 1px solid #476CB1;
  margin-bottom: 0;
}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 11pt;
}

h3 {
  font-size: 10pt;
}

h4 {
  font-size: 9pt;
}

h5 {
  font-size: 8pt;
}

h6 {
  font-size: 9pt;
}

hr { 
  color: #476CB1;
  background-color: #476CB1;
  height: 2px;
  border: 0px solid #476CB1;
}

p { 
  text-align: justify;
}

#footer {
  border-top: 1px solid #476CB1;
}

#footer p {
  margin: 0;
}

.contexthelp, abbr { 
  border-bottom: 1px dashed #000000;
  cursor: help;
  font-weight: bold;
}

.tooltip { 
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  border: 1px solid WindowFrame;
  background-color: InfoBackground;
  padding: 3px;
  color: InfoText;
  font-size: 8pt;
  max-width: 200px;
  min-width: 50px;
  text-align: justify;
}
