body {
  margin: 0px;
  background-color: #8a9199;
}

img {
  border: 0px;
}

table {
  border: 0px;
  width: 100%;
  margin: 0px;
}

hr {
  width: 215px;
  color: #b6b4ad;
  height: 1px;
  margin-top: 8px;
}

hr.blued {
  color: #6b8fb5;
  height: 1px;
  margin-top: 8px;
  width: 100%;
}

/* link */

a.top {
  font-family: Arial;
  font-size: 11px;
  color: #212e38;
  text-decoration:none;
}

a:hover.top {
  text-decoration: underline;
}

a.blue {
  font-family: Arial;
  font-size: 11px;
  color: #6b8fb5;
  text-decoration:none;
}

a:hover.blue {
  text-decoration: underline;
}

a.gray {
  font-family: Arial;
  font-size: 11px;
  color: #a2a098;
  text-decoration:none;
}

a:hover.gray {
  text-decoration: underline;
}

a.more {
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  background-color: #6b8fb5;
  text-decoration:none;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px #d0d0d0 solid;
}

a:hover.more {
  text-decoration: underline;
}

/* text */

.diff {
  font-family: Arial;
  font-size: 11px;
  color: #212e38;
  text-decoration:none;
}

.sekce {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  text-decoration:none;
  font-weight: bold;
  letter-spacing: 2px;
}

.main_gray {
  font-family: Arial;
  font-size: 11px;
  color: #a2a098;
}

.main_blue {
  font-family: Arial;
  font-size: 11px;
  color: #6b8fb5;
}

.text {
  font-family: Arial;
  font-size: 11px;
  color: #212e38;
}

.mini {
  font-family: Arial;
  font-size: 11px;
  color: #808080;
  padding-top:8px;
}

.mini_blue {
  font-family: Arial;
  font-size: 11px;
  color: #6b8fb5;
  padding-top:8px;
}

