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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1em;
}
#pgContent #lastP {
  margin-bottom: 0;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677; 
  margin-bottom: 0.3em;
}
#pgContent ul {
  margin-bottom: 1.8em;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.5em no-repeat;
}
#pgContent ul + p {
  padding-left: 3.5em;
  background: url(/imgs/global/info.gif) left top no-repeat;
  font-weight: bold;
}

