#mybody_news {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
	width: 900px;
	font-family: arial;
	color: #333333;
	font-size: 11px;
	z-index: 2;
	overflow: auto;
}
#newsbanner{
  height: 182px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/newsbanner.jpg);
}
#newscontainer{
  width: 770px;
  margin: auto;
  overflow: auto;
}
#titlelist {
  float: left;
  width: 270px;
}
#titlelistheader {
  border-bottom: 1px solid #414141;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
}
#titlelistbody {
  font-size: 12px;
  padding: 5px;
}
#articlelist {
  float: left;
  width: 465px;
  margin-left: 30px;
  text-align: justify;
}
a.newslink:link, a.newslink:visited {
  color: #3B6AA0;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
a.newslink:hover {
  color: #666666;
  text-decoration: none;
}
.newstitle{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.newsdate{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.newsname{
  font-size: 10px;
  color: #666666;
}
.newstext{
  font-size: 12px;
  color: #000000;
}