body {
  font:normal 0.80em/120% 'Arial', 'Verdana';
  text-align:center;
  background:url('pozadi.png') top center repeat-y #0D4693;
}

#page {
  width:960px;
  margin:0px auto;
  text-align:left;
}

h1 {
  font-size:1.35em;
  margin:0em 0 0em 0;
  padding-top:0.7em;
}
h2 {
  font-size:1.15em;
  margin:1.1em 0em 0em 0em;
  padding:0;
}
img { vertical-align:middle; }

a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color:#E20000;
  text-decoration:underline;
}

p {
  padding:0.5em 0;
  margin:0;
  line-height:140%;
}

ul {
  margin:0em 0em 0em 1.5em;
  padding:0em 0em 0em 0.5em;
  list-style-type:square;
}

table {
  clear:both;
  margin-top:0.5em;
  width:100%;
  border:none;
  border-collapse:collapse;
}

td, th {
  font-size:80%;
  border:1px solid #87837B;
  padding:2px 4px;
}
th {
  padding:6px 4px 4px 5px;
  text-align:left;
}

thead th {
  background:#EEEEEE;
}

tbody th {
  background:#F9F9F9;
}

tfoot th, tfoot td {
  border:none;
}

sup {
  font-size:8px;
  font-weight:bold;
  color:red;
  background:#FFFF88;
  padding:0 0.5em;
}


hr {
  border:none;
  height:1px;
  background-color:#aaa;
}

.c {
  text-align:center;
}
.r {
  text-align:right;
}
.fl {
  float:right;
}
.cleaner {
  clear:both;
}

.highlight th, .highlight td {
  background:#FFFF88;
}

.fxr {
  width:215px;
}