/* CSS Document */

div.center{
	border: none;
	margin: 0px auto;
	float: none;
	clear: both;
}
div.center h2{
  padding: 0px;
  margin: 0px auto;
  clear: both;
  font: bold 16px/34px verdana;
  color: #003B5D;
  text-align: left;
}
div.citem{
  padding: 10px 0 0 0;
  margin: 0 auto;
  width: 500px;
}
div.citem h5{
  background: transparent url(image/news_aoorw.gif) no-repeat scroll left center;
  font: bold 13px/30px arial;
  height: 30px;
  text-indent: 18px;
  color: #03839D;
  text-align: left;
  float: none;
  clear: both;
}
div.citem a{
  display: block;
  font: normal 11px/20px arial;
  color: #232323;
  text-decoration: none;
  padding: 0px 0px 12px 18px;
  border-bottom: 1px dashed #9E9E9E;
}
div.citem a:hover{
  text-decoration: underline;
}

a.cmore{
  display: block;
  text-align: right;
  font: 10px/20px arial;
  color: #232323;
  margin: 0px auto;
  width: 500px;
}
