/* ================================= */
/*  SLIC CSS : Print Styles  */
/* ================================= */ 

body {
  font: 8pt/1.5 Verdana, Arial, Helvetica, sans-serif;
}

/* --- Standard Elements --------------------------------------------------- */

html * {
  float: none;
}

#header h1 a img {
  border: none;
}

#footer {
  border-top: 1pt solid #000;
  margin-top: 10pt;
}

#content h1,
#content h2,
#content h3,
#content h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10pt;
  margin-bottom: 4pt;
}

#content a {
  color: inherit;
  text-decoration: none;
}

#content h1 {
  font-size: 12pt;
}
#content h2 {
  font-size: 10pt;
}

#content ul {
  list-style-type: square;
  margin: 1em 0 1em 1.5em;
  padding: 0;
}

#content ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1.5em;
  padding: 0;
}

#content ul li,
#content ol li {
  margin-bottom: 0.5em;
}

#content img.left {
  float: left;
  margin: 1em 1em 1em 0;
}

#content img.right {
  float: right;
  margin: 1em 0 1em 1em;
}

/* === Elements to hide ==================================================== */

#skiplinks,
#search,
#country,
img#teaser,
.hidden,
#colnav,
#toplink,
#footer ul {
  display: none;
}
















