body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #fcf9f0;
}

.plus, .minus {
  color: #ff4444;
  cursor: pointer;
}
.plus:hover, .minus:hover {
  color: #ff0000;
}

.required {
  color: #ff4444;
}

a:link, a:active, a:visited {
  color: #ff4444;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

button, select {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 11px;
}

input {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 11px;
  padding: 1px 2px 1px 2px;
  /* border: solid 1px #e1c773; */
}

  .button {
    margin: 0 10px 0 0;
    padding: 1px 10px 1px 10px;
  }

textarea {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 11px;
  padding: 1px 2px 1px 2px;
  /* border: solid 1px #e1c773; */
}

.main_table {
  position: relative;
  width: 900px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  font-family: "Tahoma", "Arial", sans-serif;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  border: none;
  border-collapse: collapse;
}

.main_table
  td#header {
    width: 899px;
    height: 120px;
    text-align: center;
    vertical-align: bottom;
    color: #000000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-left: solid #382521 1px;
    background: #fcf9f0 url(../images/background_header.png) no-repeat;
  }
    td#header .wrapper {
      position: relative;
      width: 899px;
    }
      td#header .wrapper .logo {
        position: absolute;
        left: 2px;
        bottom: 4px;
        display: block;
        width: 312px;
        height: 76px;
        border: none;
      }

.main_table
  td#menubar {
    vertical-align: top;
    width: 119px;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    border-left: solid #382521 1px;
    background: #ffffff url(../images/background_menubar.jpg) repeat-y;
  }

.main_table
  td#content {
    vertical-align: top;
    width: 590px;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    background-color: #fcf9f0;
  }

.main_table
  td#sidebar {
    vertical-align: top;
    width: 159px;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    border-right: solid #382521 1px;
    /*background-color: #f4f4f4;*/
    background: #f6efe2 url(../images/background_sidebar.jpg) repeat-y;
  }

.main_table
  td#footer {
    width: 888px;
    height: 50px;
    vertical-align: middle;
    color: #888888;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    border-left: solid #382521 1px;
    border-right: solid #382521 1px;
    background: #fcf9f0 url(../images/background_footer.jpg) no-repeat;
  }

/*-------------------------------------- HEADER section ---------------------*/

  .buttons_container {
    position: relative;
    float: right;
    width: 650px;
    text-align: left;
    margin: 0 0 30px 0;
  }
    /* żałobna wstążka */
    .buttons_container img.ribbon {
      position: absolute;
      top: -15px;
      left: -280px;
      z-index: 1;
    }
    .buttons_container img, .buttons_container .img {
      float: left;
      display: inline;
      margin: 0 0 0 30px;
      border: none;
    }

  .site_motto_container {
    color: #dddddd;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 -4px 330px;
  }
    .site_motto_container a, .site_motto_container a:hover {
      color: #dddddd;
      text-decoration: none;
    }

  .language_links_container {
    
    text-align: right;
    color: #888888;
    font-size: 10px;
    font-weight: bold;
    margin: 0 6px 2px 0;
    padding: 0 0 0 0;
  }
    .language_links_container img {
      display: inline;
      border: none;
    }

/*-------------------------------------- MENUBAR section --------------------*/

#menubar ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
  #menubar ul li {
    height: 32px;
    font-family: "Georgia", "Times", serif;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0 0 0 30px;
    background: url(../images/bullet_red.png) no-repeat;
  }
    #menubar ul li.active {
      background: url(../images/bullet_yellow.png) no-repeat;
    }
      #menubar ul li.active a {
        color: #666644;
      }
        #menubar ul li.active a:hover {
          color: #444400;
        }
      #menubar ul li a:hover {
        color: #ff0000;
      }

  .gmenu_container {
    margin: 20px 0 20px 0;
    padding: 0 0 0 0;
  }
    .gmenu_container .menu_item {
      margin: 8px 0 8px 0;
    }
  .banners_container {
    margin: 20px 0 20px 0;
    padding: 0 0 0 0;
  }
    .banners_header {
      font-size: 10px;
      color: #888888;
      font-weight: bold;
      margin: 0 0 0 0;
      border-bottom: 2px dotted #888888;
    }
    .banner_item {
      margin: 8px 0 8px 14px;
    }

/*-------------------------------------- CONTENT section --------------------*/

#content ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
  }
  #content ul li {
        list-style: none;
        margin: 3px 0 3px 0;
      }

  #content .content ul {
        font-family: "Georgia", "Times", serif;
        list-style: none;
        margin: 0 0 0 10px;
        padding: 0 0 0 20px;
      }
    #content .content ul li {
          margin: 0 0 0 0;
        }

#content ol {
    font-family: "Georgia", "Times", serif;
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
  }

.grammar_contents ol {
    list-style: decimal;
    font-family: "Georgia", "Times", serif;
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
  }

.grammar_contents ol li {
      margin: 3px 0 3px 0;
    }

.grammar_contents ol ol {
      list-style: decimal;
      font-family: "Georgia", "Times", serif;
      margin: 0 0 0 0;
      padding: 0 0 0 20px;
    }

.grammar_contents ol ol li{
        margin: 0 0 0 0;
      }

.path_container {
  color: #888888;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 0;
  /* border-bottom: solid 1px #cccccc; */
}

.path_container
  .current_document {
    color: #888888;
  }

.document_title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0 4px 0;
  padding: 5px 5px 4px 5px;
  background-color: #e1c773;
}

.document_content {
  padding: 0 0 0 0;
  /*background: #fcf9f0 url(../images/document_content_background.jpg) no-repeat;*/
}

.document_content
  p {
    font-family: "Georgia", "Times", serif;
    padding: 0 0 0 0;
  }

  p.motto {
    text-align: right;
    font-size: 10px;
    font-style: italic;
  }

  .image_container {
    margin: 0 0 5px 10px;
    max-width: 300px;
    float: right;
    border: solid 1px #cccccc;
    /*background-color: inherit;*/
  }
  .image_container_0 {
    margin: 0 0 5px 10px;
    max-width: 300px;
    float: right;
    border: none;
    /*background-color: inherit;*/
  }
    .image_container img, .image_container_0 img {
      display: block;
      border: none;
    }
    .image_container p, .image_container_0 p {
      font-family: "Tahoma", "Verdana", "Arial", sans-serif;
      max-width: 290px;
      margin: 3px 5px 5px 5px;
      font-size: 10px;
    }
  .video_container {
    position: relative;
    width: 150px;
    float: right;
    margin: 0 0 5px 10px;
    border: solid 1px #cccccc;
  }
    .video_container .stamp {
      display: block;
      position: absolute;
      width: 64px;
      height: 64px;
      top: 0px;
      left: 0px;
      background: url(../images/video_stamp.png) no-repeat;
    }
    .video_container img {
      display: block;
      border: none;
    }
    .video_container p {
      width: 140px;
      font-family: "Tahoma", "Verdana", "Arial", sans-serif;
      margin: 3px 5px 5px 5px;
      font-size: 10px;
    }

  #slideshow {
    position: relative;
    float: right;
    width: 300px;
    height: 257px;
    margin: 0 0 5px 10px;
    border: solid 1px #cccccc;
    overflow: hidden;
  }
    #slideshow .image_container {
      position: absolute;
      left: 0px;
      top: 0px;
      margin: 0 0 0 0;
      border: none;
    }
      #slideshow .image_container img {
        display: block;
        border: none;
      }
      #slideshow .image_container p {
        font-family: "Tahoma", "Verdana", "Arial", sans-serif;
        max-width: 290px;
        margin: 3px 5px 5px 5px;
        font-size: 10px;
      }

  .bigimg_container,
  .bigimg_container_0 {
    margin: 5px 0 5px 0;
    max-width: 590px;
    float: none;
    border: none;
  }
    .bigimg_container img,
    .bigimg_container_0 img {
      display: block;
      border: none;
    }

  .img_error {
    color: #ff0000;
    font-size: 10px;
    font-weight: bold;
  }

  .description {
    font-size: 10px;
    margin: 12px 0 12px 10px;
  }

    .author {
      font-family: "Georgia", "Times", serif;
      font-size: 12px;
      font-style: italic;
    }

    .date {
    }

    .source {
    }

    .link {
    }

  .subarticles {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 10px;
  }

  .content {
    margin: 0 0 6px 0;
  }

  .artnavigation {
    text-align: center;
    color: #808080;
    font-size: 10px;
    margin: 10px 0 10px 0;
  }

  .pagination_container {
    font-family: "Tahoma", "Verdana", "Arial", sans-serif;
    text-align: center;
    color: #808080;
    font-size: 10px;
    margin: 10px 50px 10px 50px;
  }
    .pages_container {
    }

  .dictfound_container {
    font-family: "Georgia", "Times", serif;
    font-size: 11px;
    margin: 10px 0 10px 10px;
  }

    .dictfound_header {
      font-family: "Tahoma", "Verdana", "Arial", sans-serif;
      font-size: 11px;
      font-weight: bold;
      color: #000000;
      background-color: #e1c773;
      margin: 0 0 10px 0;
      padding: 5px 10px 5px 10px;
      clear: both;
    }

  .index_container {
  }
    .index_container .index_item {
      margin: 0 8px 0 0;
    }

  .list_container {
  }
    .list_container .list_item {
      text-indent: -10px;
      margin: 3px 0 3px 0;
      padding: 0 0 0 10px;
    }

  .navigator_container {
    font-family: "Tahoma", "Verdana", "Arial", sans-serif;
    color: #808080;
    text-align: center;
    font-size: 10px;
    margin: 10px 50px 10px 50px;
  }
    .navigator_first, .navigator_prev, .navigator_item, .navigator_next, .navigator_last {
      /*margin: 0 5px 0 5px;*/
    }

  .search_form {
    padding: 0 0 0 0;
    border: none;
  }
    .search_what {
      float: left;
      width: 250px;
      margin: 0 10px 10px 0;
    }
    .search_submit {
      float: left;
      width: 120px;
    }
    .search_rev_submit {
      float: right;
      width: 120px;
    }

  .entry_container {
    font-family: "Georgia", "Times", serif;
    font-size: 14px;
    margin: 8px 0 8px 0;
  }
  .entry_container .entry_title {
    font-size: 24px;
  }

  .dict_info_container {
    clear: both;
    font-family: "Tahoma", "Verdana", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #aaaaaa;
  }

  .converter_container {
    font-size: 11px;
    margin: 10px 0 10px 10px;
    background: #ffffff url(../images/background_converter.jpg) no-repeat;
  }

    .converter_header {
      font-weight: bold;
      color: #000000;
      background-color: #e1c773;
      margin: 0 0 10px 0;
      padding: 5px 10px 5px 10px;
      clear: both;
    }

  .dictindex_container,
  .dictsearch_container,
  .dictentry_container,
  .attachments_container,
  .email_container,
  .eblog_container,
  .ecode_container,
  .comments_container {
    font-size: 11px;
    margin: 10px 0 10px 10px;
  }

    .dictindex_header,
    .dictsearch_header,
    .attachments_header,
    .email_header,
    .eblog_header,
    .ecode_header,
    .comments_header {
      font-weight: bold;
      color: #000000;
      background-color: #e1c773;
      margin: 0 0 10px 0;
      padding: 5px 10px 5px 10px;
      clear: both;
    }

      .eblog_header img {
        display: inline;
        border: none;
      }

    .errors {
      color: #ff0000;
      font-weight: bold;
      font-size: 11px;
      margin: 10px 0 10px 0;
      padding: 5px 5px 5px 5px;
      border: solid 1px #ff0000;
    }

    .att_error {
      color: #ff0000;
      font-size: 10px;
      font-weight: bold;
    }

    .resource_container {
      min-height: 24px;
      text-indent: -20px;
      padding: 0 0 0 20px;
    }

    .resource_container
      .new_file {
        color: #b83e29;
        font-size: 10px;
      }

    .resource_container
      .old_file {
        color: #888888;
        font-size: 10px;
      }

    .sound_container {
    /* block displaying */
      text-indent: -40px;
      padding: 0 0 0 40px;
    }

    .sound_container
      .new_file {
        color: #b83e29;
        font-size: 10px;
      }

    .sound_container
      .old_file {
        color: #888888;
        font-size: 10px;
      }

    .sound_item {
    /* inline displaying */
      padding: 0 0 0 0;
    }

  .site_intro_container {
    clear: left;
    font-family: "Georgia", "Times", serif;
    font-size: 12px;
  }

  .site_intro_container
    .brief_content {
      margin: 12px 0 12px 0;
    }

  .site_news_header {
    font-weight: bold;
    margin: 5px 0 5px 0;
    padding: 5px 5px 5px 5px;
    background-color: #eeeeee;
    clear: both;
  }

  .site_news_container {
  }

    .article_item {
      margin: 12px 0 12px 0;
      clear: none;
    }

    .article_item
      .clearer {
        /*width: 100%;
        height: 1px;
        border: none;*/
        clear: both;
      }

    .article_item
      .clearer_line {
        /*width: 100%;
        height: 0;*/
        border-bottom: dotted 1px #e1c773;
        clear: both;
      }

    .article_item
      .image_container {
        margin: 0 10px 5px 0;
        max-width: 100px;
        float: left;
        border: solid 1px #cccccc;
      }

    .article_item
      .image_container_0 {
        margin: 0 10px 5px 0;
        max-width: 100px;
        float: left;
        border: none;
      }

    .article_item
      .article_title {
        font-family: "Georgia", "Times", serif;
        font-weight: bold;
      }

    .article_item
      .article_author {
        color: #666666;
        font-family: "Tahoma", "Verdana", "Arial", sans-serif;
        font-weight: bold;
        font-size: 10px;
      }

    .article_item
      .article_date {
        color: #888888;
        font-size: 10px;
      }

    .article_item
      .brief_content {
        font-family: "Georgia", "Times", serif;
      }

    .article_item
      .comment_link {
        color: #888888;
        text-align: right;
        font-size: 10px;
        font-weight: bold;
      }

  .all_news_link {
    margin: 5px 0 5px 0;
    padding: 5px 5px 5px 5px;
    background-color: #eeeeee;
  }

  .footnotes_ruler {
    width: 120px;
    height: 2px;
    border-top: dotted 1px #e1c773;
  }

  .footnotes_table {
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    font-family: "Georgia", "Times", serif;
    border-top: none;
    border-collapse: collapse;
  }

  .footnotes_table
    td.text {
      vertical-align: top;
      padding-top: 4px;
    }

  .footnotes_table
    td.ref {
      width: 20px;
      text-align: right;
      vertical-align: top;
      font-size: 9px;
    }

  .conversion_table {
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    font-family: "Tahoma", "Arial", sans-serif;
    width: 100%;
    margin: 6px 0 6px 0;
    border: solid 1px #cccccc;
    border-collapse: collapse;
    clear: both;
  }

  .conversion_table
    td.desired_header {
      text-align: left;
      font-size: 11px;
      vertical-align: top;
      color: #000000;
      background-color: #eeeeee;
      width: 30%;
      padding: 6px 2px 6px 20px;
      border: solid 1px #cccccc;
    }

  .conversion_table
    td.desired_symbol {
      text-align: left;
      font-size: 11px;
      font-weight: bold;
      vertical-align: top;
      color: #000000;
      width: 40%;
      padding: 2px 2px 2px 40px;
      border: solid 1px #cccccc;
    }

  .conversion_table
    td.desired_symbol_even {
      text-align: left;
      font-size: 11px;
      font-weight: bold;
      vertical-align: top;
      color: #000000;
      background-color: #eeeeee;
      width: 40%;
      padding: 2px 2px 2px 40px;
      border: solid 1px #cccccc;
    }

  .conversion_table
    td.input_header {
      text-align: left;
      font-size: 11px;
      vertical-align: top;
      color: #000000;
      background-color: #eeeeee;
      width: 60%;
      padding: 6px 2px 6px 20px;
      border: solid 1px #cccccc;
    }

  .conversion_table
    td.input_needed {
      text-align: left;
      font-size: 11px;
      font-weight: bold;
      vertical-align: top;
      color: #000000;
      width: 70%;
      padding: 2px 2px 2px 40px;
      border: solid 1px #cccccc;
    }

  .conversion_table
    td.input_needed_even {
      text-align: left;
      font-size: 11px;
      font-weight: bold;
      vertical-align: top;
      color: #000000;
      background-color: #eeeeee;
      width: 70%;
      padding: 2px 2px 2px 40px;
      border: solid 1px #cccccc;
    }

  .bullshit_container {
    margin: 0 0 0 0;
    border-top: dotted 4px #e1c773;
    background-color: inherit;
  }

  .gallery_table {
    clear: both;
    width: 590px;
    border-collapse: collapse;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
  }

    .title_row {
      text-align: center;
      color: #ffffff;
      font-size: 10px;
      font-weight: bold;
      font-family: "Tahoma", "Arial", sans-serif;
      padding: 2px 10px 2px 10px;
      border: solid 1px #e1c773;
      background-color: #e1c773;
    }

    .copyright_row {
      text-align: right;
      color: #ffffff;
      font-size: 10px;
      font-weight: normal;
      font-family: "Tahoma", "Arial", sans-serif;
      padding: 0 10px 0 5px;
      border: solid 1px #e1c773;
      background-color: #e1c773;
    }

    .photo_cell {
      width: 180px;
      text-align: left;
      vertical-align: top;
      font-size: 10px;
      font-family: "Tahoma", "Arial", sans-serif;
      padding: 5px 7px 5px 8px;
      border: solid 1px #e1c773;
      border-bottom: none;
    }

    .desc_cell {
      width: 180px;
      text-align: left;
      vertical-align: bottom;
      font-size: 10px;
      font-family: "Tahoma", "Arial", sans-serif;
      padding: 5px 7px 5px 8px;
      border: solid 1px #e1c773;
      border-top: none;
    }

    .photo_cell
      .image_container {
        width: 180px;
        float: left;
        margin: 0 0 0 0;
      }

    .photo_cell
      .image_container
        p {
          font-family: "Tahoma", "Verdana", "Arial", sans-serif;
          margin: 3px 0 5px 0;
          padding: 0 0 0 0;
          font-size: 10px;
        }

    .photo_cell
      .image_container_0 {
        width: 180px;
        float: left;
        margin: 0 0 0 0;
      }

    .photo_cell
      .image_container_0
        p {
          font-family: "Tahoma", "Verdana", "Arial", sans-serif;
          margin: 3px 0 5px 0;
          padding: 0 0 0 0;
          font-size: 10px;
        }

  .cbox_gallery {
    clear: both;
    text-align: right;
    font-size: 9px;
    margin: 0 0 -3px 0;
  }
    .cbox_gallery img {
      float: left;
      display: block;
      margin: 0 4px 3px 0;
      border: none;
    }
    .cbox_gallery img.last {
      margin: 0 0 3px 0;
    }
    .cbox_gallery .clearer {
      clear: both;
    }

  .pubs_latest_container {
    font-size: 11px;
    margin: 12px 0 12px 0;
    padding: 6px 6px 6px 6px;
    border: dotted 1px #e1c773;
    background-color: inherit;
  }

  .pubs_latest_container
    .article_item {
      margin: 6px 0 5px 0;
    }

  .files_latest_container {
    font-size: 11px;
    margin: 12px 0 12px 0;
    padding: 6px 6px 6px 6px;
    border: dotted 1px #e1c773;
    background-color: inherit;
  }

  .comments_latest_container {
    font-size: 11px;
    margin: 12px 0 12px 0;
    padding: 6px 6px 6px 6px;
    border: dotted 1px #cccccc;
    background-color: #f9f9f9;
  }

  .comments_latest_container
    .image_container {
      margin: 8px 10px 5px 0;
      max-width: 100px;
      float: left;
      border: solid 1px #cccccc;
    }

  .comments_latest_container
    .image_container_0 {
      margin: 8px 10px 5px 0;
      max-width: 100px;
      float: left;
      border: none;
    }

    .pubs_latest_header {
      font-size: 11px;
      color: #888888;
      font-weight: bold;
      margin: 0 0 0 0;
      border-bottom: dotted 2px #e1c773;
    }

    .files_latest_header {
      font-size: 11px;
      color: #888888;
      font-weight: bold;
      margin: 0 0 0 0;
      border-bottom: dotted 2px #e1c773;
    }

    .comments_latest_header {
      font-size: 11px;
      color: #888888;
      font-weight: bold;
      margin: 0 0 0 0;
      border-bottom: dotted 2px #cccccc;
    }

    .file_item_latest {
      text-indent: -20px;
      padding: 0 0 0 20px;
      margin: 6px 0 5px 0;
    }

    .file_item_latest
      .file_date {
        color: #888888;
        font-size: 10px;
      }

    .comment_item_latest {
      margin: 6px 0 5px 0;
    }

    .comment_item_latest
      .comment_date {
        font-size: 10px;
        color: #888888;
      }

    .bottom_links_container {
      color: #e1c773;
      text-align: left;
      font-family: "Tahoma", "Verdana", sans-serif;
      font-size: 11px;
      font-weight: normal;
      margin: 0 0 0 0;
      padding: 6px 6px 6px 6px;
      border: dotted 1px #e1c773;
      background-color: inherit;
    }

  .highlight_container {
    font-family: "Tahoma", "Verdana", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #8c571e;
    width: 300px;
    margin: 6px 0 6px 6px;
    padding: 0 0 0 8px;
    float: right;
    border-left: double 8px #cccccc;
  }

  .schedule {
    clear: both;
    width: 100%;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    font-family: "Georgia", "Times", serif;
    margin: 6px 0 6px 0;
    border-collapse: collapse;
    border: none;
  }
    .schedule td.time {
      width: 60px;
      text-align: right;
      vertical-align: top;
      margin: 0 0 0 0;
      padding: 3px 6px 3px 0;
    }
    .schedule td.desc {
      text-align: left;
      vertical-align: top;
      margin: 0 0 0 0;
      padding: 3px 0 3px 3px;
    }
  table.grammar {
    clear: both;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    font-family: "Georgia", "Times", serif;
    margin: 6px 0 6px 0;
    border-collapse: collapse;
    border: none;
  }

/*-------------------------------------- SIDEBAR section --------------------*/

.news_latest_container {
  font-size: 11px;
}

.news_latest_container
  .no_matching_documents {
    margin: 2px 0 2px 0;
  }

  .news_latest_header {
    font-size: 11px;
    color: #888888;
    font-weight: bold;
    margin: 0 0 0 0;
    border-bottom: dotted #888888 2px;
    /* background-color: #e1c773; */
  }

  .news_item_latest {
    margin: 6px 0 5px 0;
  }

  .news_item_latest
    .news_title {
      
    }

  .news_item_latest
    .news_date {
      color: #888888;
      font-size: 9px;
    }

  .news_latest_link {
    text-align: left;
    font-size: 10px;
    height: 15px;
    color: #aaaaaa;
    font-weight: bold;
    margin: 0 0 0 0;
    border-top: dotted #888888 1px;
    border-bottom: dotted #888888 1px;
  }

/*-------------------------------------- FOOTER section ---------------------*/

.topofpage_link {
  margin: 0 0 5px 0;
}

