body { margin-top: 1em; 
       background-color: #026597;
}
A:link {
    color:            #8b0000;
    text-decoration:  underline;
}
A:visited {
    color:            #026597;
    text-decoration:  underline;
}
A:hover {
    color:            #646464;
    text-decoration:  none;
}
A:active {
    color:            #026597;
    text-decoration:  linkShow;
}
#footer a:link {
   color:           #ffffff;
   text-decoration: underline;
}
#footer A:visited {
   color:           #ffffff;
   text-decoration: underline;
}
#footer A:hover {
   color:           #c5c5c5;
   text-decoration: none;
}
#footer A:active {
   color:           #ffffff;
   text-decoration: linkShow;
}
h1 {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-weight: bold;
   font-size: 17px;
   color: #026597;
}
h2 {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 13px;
   color: #026597;
   text-align: center;
}
h3 {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 13px;
   color: #026597;
   text-align: left;
}
p {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-align: left;
   color: #000000;
}
th {
   text-align:left;
   font-weight:bold;
}


/* ------------------------------------------------------------------------- */

.imgboarder {
      border: 3px solid #026597;
}
.noRepeat
{
    background-repeat: no-repeat;
}
  
.LeftRepeat
  {
    background-repeat: repeat-y;
    background-position: top right;
}

.RightRepeat
  {
    background-repeat: repeat-y;
    background-position: top left;
}
.bodytext {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 11px;
   color: #000000;
}
.title {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-weight: bold;
   font-size: 18px;
   color: #026597;
}
.news_title {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #026597;
}
.header {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 14px;
   color: #026597;
   text-align: center;
}
.headingline {
        background-color: #026597;
}