/***************************************************/
/*                FRONT PAGE                       */
/***************************************************/
#home h1 {
	font-size: 11rpt;
}

/***************************************************/
/*                NEWS PAGE                       */
/***************************************************/
#news h2 {
      margin-bottom:.3em;             
}

#news p.subscript {
      font-weight:normal;
      letter-spacing: 0.045em;
      color: #0f366f;
      font-size: 8pt;
}

/***************************************************/
/*                 CLIENTS PAGE                    */
/***************************************************/
#clients .client {
  float:left;
  margin-right:35px;
  margin-bottom:5px;
}

#clients a img {
  width:100px;
  height:50px;
  border:0px;
}

/***************************************************/
/*                 SITEMAP                         */
/***************************************************/
/* Put a border round each cell and give each cell a width and height */
#sitemap {width: 100%; }
#sitemap table {width: 100%; border-collapse: separate; border-spacing: 1px; }
#sitemap td {height: 10px; padding: 0px 0px; border: none;}

/* Determine the background color of the cell */
#sitemap td.depth1 {background-color: #e7ebf0;}
#sitemap td.depth2 {background-color: #e7ebf0;}

/* Determine the font */
#sitemap td.depth1 a {font-size: 8pt; font-weight:600;}
#sitemap td.depth2 a {font-size: 8pt; font-weight:normal;}

/* Indentation of levels */
#sitemap td.depth1 a {padding-left: 10px;}
#sitemap td.depth2 a {padding-left: 20px;}

/* Underline only when hovering over */
#sitemap td a       {text-decoration: none;}
#sitemap td a:hover {text-decoration: underline;}
