html, body, table {
  font-size: 11pt;
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0;
}
tr {
  margin: 0;
  padding: 0;
}
td {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#menutable {
  width: 150px;
  background-image: url(../images/back.gif);
  background-repeat: repeat-y;
}

div.menu,a.menu {
  display:block;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  color: #ffffff;
  background-image: url(../images/menu_off.gif);
  background-repeat: no-repeat;
  width: 138px;
  height: 21px;
  padding-top: 3px;
  padding-bottom: 0;
  font-size: 13px;
  margin-bottom: 7px;
  overflow: visible
}

div.menu2,a.menu2 {
  display:block;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  color: #ffffff;
  background-image: url(../images/menu_off_2.gif);
  background-repeat: no-repeat;
  width: 138px;
  height: 36px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 13px;
  margin-bottom: 7px;
}

a.submenu {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-image: url(../images/submenu_off.gif);
  background-repeat: repeat-y;
  width: 141px;
  height: 33px;
  padding: 0;
  font-size: 10px;
  margin: 0;
  border: none;
}
div.layer1 {
  display: block;
  position: absolute;
  left: 145px;
  top: 220px;
  text-align: left;
  visibility: hidden;
  background-color: #ffffff;
float: none;
}

div.title {
  background-image: url(../images/titles/base.gif);
  background-repeat: no-repeat;
  padding: 5px;
  height: 28px;
  color: #333333;
  font-weight: bold;
  font-size: 110%;
}

div.footerlinks {
  margin-top: 30px;
  margin-bottom: 10px;
}

table.person {
  border: 1px solid #000066;
  background-color: #ffffcc;
  border-collapse: separate;
  height: 185px;
}
table.person th {
  vertical-align: top;
}
table.person td {
  vertical-align: top;
}

div.block {
  margin-top: 20px;
  margin-bottom: 20px;
}
span.mark {
  color: #ff9900;
  font-size: 14px;
  font-family: "MS UI Gothic";
}

div.subtitle {
  font-weight: bold;
  font-size: 14px;
}

p {
  padding: 0.3em;
  margin: 0 1em;
  line-height: 1.6em;
}

table.guidance-cost {
  width: auto;
  border-collapse: separate;
  margin: 0.5em;
}
table.guidance-cost th, table.guidance-cost td {
  padding: 0.3em;
}


div.normal-message {
  color: #006600;
  font-weight: bold;
  border: 1px solid #99ffcc;
  margin: 1em;
  padding: 0.8em;
}

div.error-message {
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #99ffcc;
  margin: 1em;
  padding: 0.8em;
}


table.entry {
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
table.entry th {
  border: 1px dotted #000000;
  background-color: #f0f0ff;
  padding: 0.5em;
  width: 30%;
}
table.entry td {
  border: 1px dotted #000000;
  padding: 0.5em;
}


a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}