body {
  margin-left: auto;
  margin-right: auto;
  width: 50em;
  text-align: center;
}
#table-pattern-blue {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 13px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 480px;
  text-align: left;
  border-collapse: collapse;
}
#table-pattern-blue th {
  font-size: 14px;
  font-weight: normal;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-color: #b9c9fe;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #aabcfe;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  color: #003399;
}
#table-pattern-blue td {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-color: #e8edff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  color: #666699;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
}
#table-pattern-blue tr:hover td {
  background-color: #d0dafd;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #333399;
}
#ok {
  font-size: 12pt;
}
