/*CONTENT*/
#con_top {
  color: RGB(211,233,145);
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 0px;
}
#con_top h1 {
  font-size: 95%;
  margin: 0px;
  padding: 0px;
}
#con_top a {
  color: inherit;
  text-decoration: none;
}
#con_top a:hover {
  color: RGB(246,251,232);
  text-decoration: underline;
}

.cont_add {
  background: url(../gr/icon_+.gif) no-repeat 0px 2px;
  height: 15px;
  font-size: 100%;
  margin-bottom: 10px;
  padding-left: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cont_add a {
  color: RGB(71,85,100);
  text-decoration: none;
}
.cont_add a:hover {
  color: #000000;
  text-decoration: none;
}



/* OTHER FCK STYLES */
#content_type_html > p {
  margin: 0px;
  padding: 0px;
}
#content_type_html a.conlink {
  color: #355254;
  font-weight: bold;
  text-decoration: none;
}
#content_type_html a.conlink:hover {
  text-decoration: underline;
  color: #151B1E;
}

.fck_div_source {
  padding: 10px;
  margin: 0px;
  border: 1px solid RGB(121,146,150);
  border: 1px solid RGB(80,101,111);
  background-color: RGB(108,135,140);
  color: RGB(47,62,76);
}
.fck_div_source p {
  line-height: 125%;
  font-size: 88%;
}
.fck_div_source p.header {
  font-size: 80%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  color: black;
}
