*{
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 10pt; }

h1 { font-size: 14pt; padding: 0.3em 0; }
h2 { font-size: 12pt; padding-top: 0.7em; }
h3 { font-size: 11pt; padding-top: 0.5em; }

table.bom {
  border-spacing: 0;
  border-collapse: separate; 
  border-top: 1px solid black;
  border-left: 1px solid black; }
table.bom th, td {
  font-size: 9pt;
  padding: 2px 5px;
  text-align: left;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
table.bom th { background-color: #ddd; }
table.bom th:first-child, td:first-child { text-align: center; }


