body {
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
 color: #000;
 background: #e4ebeb;
 margin: 5px;
}
table {
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
}
td {
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
}
p {
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
}
div {
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
}
a {
  text-decoration: none;
  color: #5E64B0;
}
a:visited {
  text-decoration: none;
  color: #5E64B0;
}
a:hover {
  text-decoration: underline;
}
#white-sep {
  height: 1px;
  background: #fff;
}
#td-path {
  color: #c8d6d6;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#dark-sep {
  height: 1px;
  background: #c8d6d6;
}
.menu-item {
  background: url(../img/menu-item.jpg);
  width: 193px;
  height: 28px;
  padding-left: 5px;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
}
.menu-item-hit {
  background: url(../img/menu-item-hit.gif);
  width: 193px;
  height: 28px;
  padding-left: 5px;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
}


