/*********************************************************
   HTML Content Elements
 *********************************************************/
.mceContentBody h1,
.contentCell h1 {
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 15px;
  font-weight: bold;
}
.mceContentBody h2,
.contentCell h2 {
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0 8px;
  font-weight: bold;
}
.mceContentBody h3,
.contentCell h3,
.mceContentBody h4,
.contentCell h4,
.mceContentBodyh5,
.contentCell h5,
.mceContentBody h6,
.contentCell h6,
.mceContentBody .article_title,
.contentCell .article_title,
.article_abstract .article_date {
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0 8px;
  font-weight: bold;
}
.article_abstract .article_date {
  margin: 0;
  margin-right: 5px;
}
.mceContentBody, p
.contentCell p,
.mceContentBody li,
.contentCell li {
  font-size: 13px;
  line-height: 15px;
}
.mceContentBody p,
.contentCell p {
  margin: 15px 0 15px;
}
.mceContentBody hr,
.contentCell hr {
  border: none;
  background-image: url("/download/Skin/WebHome/ruler-background.png");
  height: 1px;
}
.mceContentBody hr[size="1"],
.contentCell hr[size="1"] {
  height: 1px;
}
.mceContentBody hr[size="2"],
.contentCell hr[size="2"] {
  height: 2px;
}
.mceContentBody hr[size="3"],
.contentCell hr[size="3"] {
  height: 3px;
}
.mceContentBody hr[size="4"],
.contentCell hr[size="4"] {
  height: 4px;
}
.mceContentBody hr[size="5"],
.contentCell hr[size="5"] {
  height: 5px;
}
#header a,
#pageContent a,
#footer a,
.mceContentBody a {
  color: #004019 !important;
  text-decoration: none !important;
}

td, pre {
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	margin: 8px;
}
