html, body {
   background-color: #c5003f /* p1 */;
}

div.highlights table {
   float: left;
}

.after-highlights {
   border-top: 1em solid #db535a /* c1 */;
   clear: left;
}

div.yips09nav {
   position: absolute;
   right: 0;
   top: 0;
}
.yips09nav ul {
   display: table;
   border-spacing: 0 2pt;
}
.yips09nav ul li {
   display: table-row;
   background: black /*#bac9e7*/;
   padding: 0;
   margin: 0;
}
.yips09nav ul li a:before {
   content: none;
}
.yips09nav ul li a:after {
   content: " \002588";
}
.yips09nav ul li a {
   display: table-cell;
   text-decoration: none;
   white-space: nowrap;
   text-align: right;
   padding-left: 1em;
   padding-right: 2pt;
   padding-top: 1pt;
   padding-bottom: 1pt;
   border-left: solid 1px #d59f0f;
   border-top: solid 1px #d59f0f;
   border-bottom: solid 1px #d59f0f;
   font-size: 12pt;
}
