@charset "utf-8";
/* CSS Document */

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1em;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  line-height: 1.7em;
  margin-bottom: 1em;
}
#pgContent p + h4 {
  margin-bottom: 0.5em;
}
#pgContent img {
  float: left;
  margin-right: 1em;
}
#pgContent em {
   color: #d2812a;
}
