@charset "utf8";
*|body {
  width: 800px;
}
*|p {
  font-family: sans-serif;
}
*|td.menu {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  background-color: #002b9a;
}
*|td.menu:hover {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  background-color: #001b60;
}
*|td.menuSub {
  border-style: hidden;
  text-align: right;
  background-color: #002b9a;
}
*|td.menuSub:hover {
  border-style: hidden;
  text-align: right;
  background-color: #c8c8c8;
}
*|table.menu {
  border-style: hidden;
  vertical-align: top;
}
*|td.menuCaption {
  background-color: #eeeeee;
}
*|tr.menu {
  border-style: hidden;
}
*|a.menu {
  color: white;
  text-decoration: none;
  font-size: 11pt;
}
*|a.menuSub {
  color: black;
  text-decoration: none;
  font-size: 8pt;
}
*|table.content {
  border-style: solid;
  border-width: 1pt;
  table-layout: fixed;
  width: 100%;
}
*|td.content {
  width: 100%;
}
*|p.content {
  font-family: 'Times New Roman',serif;
  font-size: 12pt;
}
*|div.whiteText {
  color: #ffffff;
}
