/* Generated by KompoZer */
body {
  margin: 0px;
  background-image: url(../images/bg95.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 10pt;
  color: white;
  background-color: #000232;
}
div {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 10pt;
}
td {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #ffffff;
}
p {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 10pt;
  text-align: justify;
}
ol {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 10pt;
  color: white;
  font-weight: normal;
}
ul {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 10pt;
  color: white;
  font-weight: normal;
}
.date {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: #8da3b1;
  font-size: 10pt;
  font-weight: bold;
}
h1 {
  font-family: Times New Roman;
  font-size: 16pt;
  font-style: italic;
  color: #ffffff;
  text-align: left;
}
h2 {
  font-family: Times New Roman;
  font-size: 14pt;
  font-style: italic;
  color: #e5c518;
  text-align: left;
}
h3 {
  font-family: Times New Roman;
  font-size: 16pt;
  font-style: italic;
  color: #e5c518;
  text-align: left;
}
h4 {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #003214;
  font-weight: bold;
  text-align: left;
}
h5 {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 18px;
  color: #003214;
  font-weight: bold;
  text-align: left;
}
a {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: #e5c518;
  font-weight: normal;
  text-decoration: underline;
}
a.nav {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
a.nav2 {
  padding-top: 2px;
  border-left-width: 1px;
  text-transform: uppercase;
  color: #e5c518;
  text-decoration: none;
  font-size: 9px;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: normal;
}
a.body {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
a.photo {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: white;
  font-weight: normal;
  text-decoration: none;
}
a.visited {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: #e5c518;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
a.none {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: #4a4a4a;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: #ffffa8;
  font-weight: normal;
  text-decoration: underline;
}
a.nav:hover {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: #e5c518;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
a.nav2:hover {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
a.photo:hover {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: #e5c518;
  font-weight: normal;
  text-decoration: none;
}
a.body:hover {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: #e5c518;
  font-weight: bold;
  text-decoration: underline;
}
a.visited:hover {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: #e5c518;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
a.none:hover {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 9px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
a.navnews {
  border-style: solid;
  border-width: 1px;
  padding: 2px 3px;
  color: #e5c518;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

/* @group Blink */

.navnews {
    -webkit-animation: blink 1.75s linear infinite;
    -moz-animation: blink 1.75s linear infinite;
    -ms-animation: blink 1.75s linear infinite;
    -o-animation: blink 1.75s linear infinite;
    animation: blink 1.75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    70% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    70% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    70% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    70% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    70% { opacity: 0; }
}

/* @end */

