div.menu_hader2
{
background-image: url(img/topnav.gif);
text-align: center;    
padding: 5px 15px 4px 15px;    
    
}
body {
    font-family: "tahoma";
   /* font-size: 15pt;*/
    background-color: #FFFFFF;
    color: #4C4C4C;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-x;
}
table {
  border-collapse: collapse;
  border: none;
  /*background-color: #fafafa;*/
}
h3 {
  font-size: 24pt;
 
}


td {
    font-size: 8pt;
/*    border: 1px solid #E0E0E0;*/
}

a:link, a:visited {
    text-decoration: none;
    color: #266C8A;
    font-weight: bold;
}

a:hover {
 /*    color: #CF4343;*/
}

a.index {
        font-weight: bold;
}

a.biglink {
        font-weight: bold;
        font-size: 12pt;
}

a.online:link, a.online:visited {
        font-weight: normal;
        text-decoration: none;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}