/*****************************************************************************
* Titles:
*****************************************************************************/

h1 {
  font-family:   sans-serif;
  font-size:     18pt;
  font-weight:   bold;
  margin-bottom: 0;
}

/*****************************************************************************
* Separators:
*****************************************************************************/

hr.main {
  height:           3px;
  background-color: rgb(40,120,40);
  border-style:     none;
  margin-bottom:    5mm;
}

/*****************************************************************************
* Basic body text:
*****************************************************************************/

body {
  font-family:      sans-serif;
  font-size:        11pt;
  background-color: rgb(255,255,255);
}

/*****************************************************************************
* Set up the image blocks:
*****************************************************************************/

div.img {
  margin-top:    3mm;
  margin-bottom: 3mm;
  text-align:    center;
}
