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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent #lastP {
  margin-bottom: 0;
}
#pgContent img {
  float: left;
  margin-right: 1em;
  position: relative;
  top: 0.5em;
  width: 6.9em;
  height: 11em;
  
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
#pgContent ol {
  float: left;
  list-style: inside decimal;
  width: 39em;
}
#pgContent ol + p {
  clear: left;
}
#pgContent ol li {
  font-weight: bold;
}
#pgContent ol, ul {
  margin-bottom: 1.2em;
}
#pgContent ul li {
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.5em no-repeat;
}
