body  {
  padding: 0px;
  margin: 0px;
  background: #d5f072;
}

td  { font-family: Arial; }

table.main_table td.mt_td  {
  background: url('../images/bg_top.gif');
  height: 168px;
}

table.main_table td.mt_td_center  {
  background: url('../images/logo.jpg') no-repeat;
  padding-bottom: 5px;
}

table.main_table td.mt_td_center a  {
  font-family: Arial;
  color: #000000;
}

table.main_table td.mt_td_center a:hover  { color: #ff0000; }

td.td_menu  { background: #f4f4f4; padding-bottom: 20px; }
  
td.td_menu a  {
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  padding-left: 20px;
}

td.td_menu a:hover  { color: #ff0000; }

div.top_menu  { margin-left: 20px; }

div.menu  {
  background: url('../images/bg_menu.gif') repeat-x;
  height: 30px;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
}

td.td_content {
  background: #ffffff;
  padding-bottom: 20px;
}

div.menu2 { text-align: center; }

div.menu2 a {
  font-size: 12px;
  color: #000000;
}

div.menu2 a:hover { color: #ff0000; }

table.tbl {
  font-size: 12px;
  border-collapse: collapse;
  border: 1px solid #888888;
  margin: 20px;
}

table.tbl td  {
  padding: 10px;
  border: 1px solid #888888;
}