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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent #titleWrap + p {
  margin-bottom: 1.5em;
}
#pgContent ul {
  float: left;
  padding-left: 3em;
  margin-bottom: 2em;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.4em no-repeat;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 0.5em;
  margin-top: 2em;
  clear: left;
}
#pgContent h4 + img {
  position: relative;
  top: 0.5em;
  width: 5em;
  height: 5em;
  float: left;
  margin-right: 1em;
}
#pgContent a {
  color: #740f10;
}
#pgContent #lastPara {
  margin-bottom: 0;
}
