table.kctnews{
  background-color: #ffffff;
}

tr.kctnews{
  background-color: #ffffff;
}

th.kctnews-icon{
  text-align: left;
  font-size: 90%;
  line-height: 120%;
  border-left: 3px solid #008B18;
  border-bottom: 1px dotted #999;
}

th.kctnews-title{
  text-align: left;
  font-size: 80%;
  line-height:130%;
  background-image: url(/img/newslist.gif);
  background-repeat: no-repeat;
  background-position:top left;
  border-left: 3px solid #7FC58B;
  border-bottom: 1px dotted #999;
  padding:3px 3px 3px 20px;
}

th.kctnews-botton{
  text-align: right;
  font-size: 90%;
  line-height: 120%;
  border-bottom: 1px dotted #999;
}

td.kctnews{
  text-align: left;
  font-size: 80%;
  line-height:12px;
  background-image: url(/img/newslist.gif);
  background-repeat: no-repeat;
  background-position:top left;
  border-left: 3px solid #7FC58B;
  border-bottom: 1px dotted #999;
  padding:3px 3px 3px 20px;
}


a{
  text-decoration: none;
}

