/* BODY -------------------------------------- */
* {
  font-family: '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
}
BODY {
  margin: 0px;
  padding: 0px;
  background-color: #fffffff;
  background-image: url('img/body_bg.gif');
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: outside;
}
TD {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
TH {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

dt.dt_bold {
  font-size: 18px;
  font-weight: bold;
  color: #408080;
}


/* LINK -------------------------------------- */
a:link, a:visited {
  color: #0066cc;
  font-size: transparent;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #ff3300;
  font-size: transparent;
  background-color: transparent;
  text-decoration: underline;
}
a.menu:link, a.menu:visited {
  color: #ffffff;
  font-size: none;
  background-color: none;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #ffffff;
  font-size: none;
  background-color: none;
  text-decoration: none;
}

/* FOOTER ------------------------------------ */
.foot {
  color: #408080;
  font-size: 12px;
}

