body {
  margin: 0px;
  padding: 0px;
  background-color: #9d0808;
  background-image: url('/images/bg.gif');
  background-position: top;
  background-repeat: repeat-x;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #000000;
}

table, td {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.3em;
}

a:link, a:visited, a:active {
  color: #139fc2;
  text-decoration: underline;
  color: #139fc2;
  text-decoration: underline;
}

a:hover {
  color: #375896;
  text-decoration: underline;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

input, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  border: 1px solid #BBBBBB;
  padding: 2px;
}

img {
  border: 0px;
}

form {
  margin: 0px;
}

.title {
  padding-left: 18px;
  background-image: url('/images/arrow_blue.gif');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  color: #c83832;
  height: 30px
}

.more {
  padding-left: 15px;
  background-image: url('/images/arrow_red.gif');
  background-position: 0px 2px;
  background-repeat: no-repeat;
}

.more a:link, .more a:visited, .more a:active, .more a:hover {
  color: #919191;
  text-decoration: underline;
  font-weight: bold;
}

.blue {
  color: #083258;
}

.red {
  color: #cc5959;
}

.copyright {
  padding: 0px 12px 7px 12px;
  color: #cc5959;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #cc5959;
  text-decoration: underline;
}

.copyright a:hover {
  color: #cc5959;
  text-decoration: underline;
}

.menu {
  padding: 0px 5px 0px 5px;
}

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

.menu a:hover {
  color: #de7570;
  text-decoration: none;
  font-weight: bold;
}

.bigger { /* Didesnis */
  font-size: 13px;
}

.smaller { /* Mazesnis */
  font-size: 10px;
}

