@charset "UTF-8";

#side-bnr h2{
  clear:both;
}

#newsbox{
  padding-bottom:15px;
}

.newstitle{
  background-image:url(images/topics.jpg);
  background-repeat:repeat-y;
  padding:15px;
}

.newstitle h3{
  font-size:16px;
  color:#ffffff;
  font-weight:bold;
  float:left;
}

.date{
  text-align:right;
  font-size:12px;
  color:#fda904;
  font-weight:bold;
  float:right;
}

.back{
  text-align:right;
  padding:0 20px 35px 0;
}

p {
  margin:15px 10px 5px 15px;
  text-align:left;
  font-size:14px;
  line-height:1.3em;
  color:#cccccc;
}

a,a:link,a:active{
  color:#fda904;
  text-decoration:underline;
}

a:visited{
  color:#d68f05
}

a:hover{
  color:#fda904;
  text-decoration:none;
}


