body {
  margin: 0px;
  background-color: #000000;
}
body, table, ul, ol, li, td, a, p, div {
  font-family: Tahoma;
  font-size: 11pt;
  color: #ffffff;
}
body, table, ul, ol, li, td, a, h1, h2, h3, h4, p, div {
  font-family: Tahoma;
  color: #ffffff;
}
.menu {
  color: #FFCC00;
  text-decoration: none;
  font-size: 10pt;
}
.menu:hover {
  color: #FFEB9C;
}
.menu_active {
  color: #FFEB9C;
  text-decoration: none;
  font-size: 10pt;
}
.menu_tab {
  padding-left: 17px;
  padding-right: 10px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.submenu_tab {
  padding-left: 10px;
  padding-bottom: 5px;
}
.down {
  background-repeat: no-repeat;
  padding-left: 5px;
}
.down_link {
  color: #959595;
  font-size: 9pt;
  text-decoration: none;
}
.down_link:hover {
  text-decoration: underline;
}
.content {
  background-repeat: no-repeat;
  vertical-align: top;
  padding-left: 80px;
  padding-right: 20px;
}
.content2 {
  background-repeat: no-repeat;
  vertical-align: top;
  padding-left: 50px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.tab_pr {
	background-color: #fff;
}
.tab_pr td {
	background-color: #000;
}
