body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  background-color: #eee;
  scrollbar-base-color:#bcd;
}
img {
  border: none;
}
a {
  color: #03a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 14pt;
  font-weight: bold;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
}
h3 {
  font-size: 10pt;
  font-weight: bold;
}
.page {
  width: 100%;
  border: 1px solid #006;
  background-color: white;
}
.bar {
  color: white;
  padding: 1px;
  padding-left: 3px;
  background-color: #03a;
  border-top: 1px solid #06f;
  border-bottom: 1px solid #006;
  border-left: 1px solid #006;
  border-right: 1px solid #006;
}
table {
  font-size: 10pt;
}
td {
  vertical-align: top;
}

table.main {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
}
td.left {
  width: 20%;
  border-right: 1px solid#006;
  background-color: #aae;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}
td.middle {
  vertical-align: top;
  background-color: #eee;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  
}

td.right {
  width: 20%;
  border-left: 1px solid #03a;
  background-color: #aae;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menuitem {
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 2px;
}
.credits {
  text-align: center;
  font-size: 8pt;
  color: #03a;
}

.contents {
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.box {
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
  background-color: white;
}
table.box {
  margin: 5px;
  padding: 5px;
  border: 1px solid black;
  background-color: white;
  border-collapse: separate;
}
table.box th {
  text-align: left;
  background-color: #03a;
  color: white;
}
table.box tr.odd {
  background-color: #eee;
}
table.box tr.even {
  background-color: #white;
}

ul.a {
  list-style-type:circle;
}
