body, tr, td, p {
    font-family: Tahoma,Arial Cyr,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #2d5a9f;
    text-align: justify;
}
img {
  border: none;
}
input, textarea, select {
  border: 1px solid #2d5a9f;
  font-size: 12px;
  color: #2d5a9f;
}

p {
    line-height: 18px;
}
h1,h2,h3,h4,h5,h6 {
    /*color: #2d5a9f;*/
    color: #FF6600;
}
h1 {
    font-size: 17px;
    font-family: Arial Cyr,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
h2 {
    font-size: 15px;
    color: #2d5a9f;
}
h3 {
    font-size: 13px;
}
li {
    line-height: 18px;
}
ul,ol {
font-size: 12px;
color: #2d5a9f;
line-height: 18px;
padding-left: 12px;
list-style: disc;
}
ul li ul {
  padding-left: 30px;
  list-style: disc;
}


li:hover {
    background-color: #FFFDFB;
}

strong.slogan {
    font-weight: bold;
    color: #ff8d1c;
}
a:link {
    text-decoration: none;
    color: #215EFE;
}
a:visited {
    text-decoration: none;
    color: #0146FE;
}
a:hover {
    text-decoration: underline;
    color: #e67b34;
}
a.bottommenu:link {
    text-decoration: none;
    color: #2d5a9f;
}
a.bottommenu:visited {
    text-decoration: none;
    color: #2d5a9f;
}
a.bottommenu:hover {
    text-decoration: underline;
    color: #072D4E;
}
b.nob {
    font-weight: normal;
}
.alt, .alt a {
    font-weight: bold;
    color: #FF6600;
}
.small, .small a {
  color: #BAC9DF;
  font-size: 10px;
  text-align: right;
  background-color: #2D5A9F;
  padding-bottom: 5px;
  padding-right: 3px;
}
.sub {
  width: 100px;
  font-size: 14px;
  color: #2d5a9f;
  background-color: #FFFDFB;
}



