/*---------------------------------------------------------------------*/
/* Resetting styles */
/*---------------------------------------------------------------------*/
.article a:link, 
.article a:hover, 
.article a:visited, 
.article font,
.article span,
.article p,
.article div,
.article ol,
.article ul,
.article li,
.article table,
.article thead,
.article tbody,
.article tfoot,
.article tr,
.article th,
.article td,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  background-color: transparent; /*NOT important*/
  font-family: Verdana, Arial, Helvetica, sans !important;
  font-size: inherit !important;
}

.article p,
.article div,
.article span,
.article ol,
.article ul,
.article li,
.article table,
.article thead,
.article tbody,
.article tfoot,
.article tr,
.article th,
.article td,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  padding: 0px !important;
  margin: 0px !important;
  text-indent: 0px !important;
  line-height: normal !important;
  font-size: 12px !important;
}

/*---------------------------------------------------------------------*/
/* Paragraphs, lists */
/*---------------------------------------------------------------------*/
.article p {
  margin: 13px 8px !important;
  text-align: left; /*NOT important*/
}

.article ol,
.article ul {
  padding-left: 20px !important;
  margin: 15px !important;
}

.article li {
  padding-left: 0px !important;
}

.article li p {
  margin: 0px !important;
}

.article ul {
  padding: 0px 0px 0px 11px !important;
  list-style: none !important;
}

.article ul li {
  padding: 0px 0px 0px 12px !important;
  background: url("../images/bullet.gif") no-repeat 0px 6px !important;
}

.article ul.childs {
  border-top: 1px solid #8FABD9 !important;
  padding-top: 10px !important;
}

/*---------------------------------------------------------------------*/
/* Tables */
/*---------------------------------------------------------------------*/
.article table {
  margin: 0px 8px !important;
}

/*---------------------------------------------------------------------*/
/* Headers */
/*---------------------------------------------------------------------*/
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin: 15px 8px !important;
}

.article h1,
.article h1 font,
.article h1 span,
.article h1 b,
.article h1 strong,
.article h1 em {
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 19px !important;
  color: #033677 !important;
}
.article h1 {
  margin: 4px 16px !important;
}

.article h2,
.article h2 font,
.article h2 span,
.article h2 b,
.article h2 strong,
.article h2 em {
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 15px !important;
  color: #033677 !important;
}

.article h3,
.article h3 font,
.article h3 span,
.article h3 b,
.article h3 strong,
.article h3 em {
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 13px !important;
}

.article h4,
.article h4 font,
.article h4 span,
.article h4 b,
.article h4 strong,
.article h4 em {
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 12px !important;
}

.article h5,
.article h5 font,
.article h5 span,
.article h5 b,
.article h5 strong,
.article h5 em {
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 11px !important;
}

.article h6,
.article h6 font,
.article h6 span,
.article h6 b,
.article h6 strong,
.article h6 em {
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 10px !important;
}

