/* Page element */
h1, #table_content, #table_footer, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
#table_footer {
  padding-top: 20px;
  text-align: center;
}
#table_external {
  width: 97%;
}
.img_sx {
  border: 1px solid #000000;
  margin-right: 20px;
  margin-bottom: 20px;
}
.img_dx {
  border: 1px solid #000000;
  margin-left: 20px;
  margin-bottom: 20px;
}
.link_list {
  border: 1px solid #999999;
  margin-bottom: 20px;
  border-collapse:collapse;
  width: 100%;
}
.link_list th {
  background-color: #e5e5e5;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #999999;
}
.link_list td {
  padding: 3px;
  border-bottom: 1px dotted #999999;
}
/* Not visible */
#top_bgground, #icons, #menu_bgground {
  display: none;
}