/* ------------------------------- divs ------------------------------- */

#highlight {
  background: url(./images/highlight.gif) no-repeat left top;
  text-align: left;
  width: 462px;
  height: auto;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
}

#highlight_base {
  display: block;
  background: url(./images/highlight_base.gif) no-repeat left bottom;
  text-align: right;
  width: 390px;
  height: 12px;
  margin: 0 auto;
  font-size: 8pt;
}

/* ------------------------------- typo ------------------------------- */

body { 
  margin: 0 auto;
  background: url(./images/bg.gif) repeat-x right top;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  color: #003366;
}

h1 {
  font-size: 10pt;
  font-weight: bold;
  color: #fba942;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  background: url(./images/list_button.gif) no-repeat 0 50%;
  padding-left: 22px;
}

a {
  margin: 0 auto;
  text-align: left;
  text-decoration: underline;
  color: #003366;
}
