/* =============================================================== */
/* printed_article.css - Styles for printing GdP ECMS articles     */
/* =============================================================== */

body {
  font-size: 100% !important; /* = 16px for non-IE6 */
  font-size: 75%;             /* = 12px for IE6 */
  line-height: 1.125em; /* 1.125 x 16 = 18 */
  background-color: rgb(255, 255, 255);
  font-family: arial, helvetica, sans-serif;
}

#logo {
  margin: 2px 0 0 2px;
}

#copyright {
  font-size: 0.75em;
  font-style: italic;  
}

/* =============================================================== */

.articles {
  font-size: 1.0em;
}

.articles a {
  text-decoration: underline;
}

.articles .section_header {
  clear: both;
  border-top: solid 1px rgb(225, 225, 225);
  border-left: solid 1px rgb(225, 225, 225);
  border-right: solid 1px rgb(225, 225, 225);
  border-bottom: solid 1px rgb(200, 200, 200);
  text-align: left;
  background-color: rgb(225, 225, 225);
  margin: 4px 2px 2px 2px;
}

.articles .hline {
  clear: both;
  margin: 0;
  padding-top: 10px;
  border-bottom: dotted 1px rgb(215, 215, 215);
}

.articles .article {
  margin: 4px 4px 4px 4px;
}

.articles .article .half_title {
  padding: 4px 0 0 0;
  font-style: italic;
  font-size: 1.0em;
}

.articles .article .title {
  padding: 4px 0 4px 0;
  font-family: serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.0em;
}

.articles .article .sub_title {
  font-style: italic;
  font-size: 1.0em;
  padding: 0px 0px 4px 0px;
}

.articles .article .signature {
  font-weight: bold;
  padding: 0px 0px 8px 0px;
}

.articles .article strong {
  font-weight: bold;
}

.articles .article em {
  font-style: italic;
}

/* =============================================================== */

