#news {
  margin-top: 15px;
  width: 525px;
  _width: 500px;
}

#news .title {
  font-size: 11px;
  font-weight: bold;
  color: #0079CD;
}

#news .title a {
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
  color: #A11A21;
}

#news .title a:hover {
  text-decoration: none;
}

#news .time {
  font-size: 10px;
  color: #AEAEAE;
}

#news .text {
  margin-bottom: 15px;
  padding-bottom: 7px;
  color: #808080;
  border-bottom: 1px #dcdcdc solid;
}

#news .text a {
  font-weight: bold;
  color: #0079CD;
  font-size: 12px;
}

#news_preview {
  width: 180px;
}

#news_preview p {
  text-align: left;
}

#news_preview .title {
  font-size: 11px;
  font-weight: bold;
  color: #403A3E;
  margin-top: 5px;
}

#news_preview .title a {
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
  color: #A11A21;
}

#news_preview .title a:hover {
  text-decoration: none;
}

#news_preview .time {
  font-size: 10px;
  color: #AEAEAE;
}

#news_preview .text {
  margin-bottom: 15px;
  padding-bottom: 3px;
  color: #808080;
}
#news_preview .text p {
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
}

#news_preview .text a {
  width: 100%;
  display: block;
  font-weight: bold;
  color: #0079CD;
  font-size: 12px;
  text-align: right;
}

#new_pages {
width: 470px;
text-align: right;
}
#new_pages a.set {
font-weight: bold;
text-decoration: underline;
}



