body
{
  background: url(images/fc_body_bg.jpg) black;
}

a:link, a:visited, a:active
{
  text-decoration: underline;
  color: #CFCFCF;
  font-family: Arial,Helvetica;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.5px;
}
a:hover
{
  text-decoration: none;
  color: #AFAFAF;
}

table.table_news
{
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #666666;
  border-collapse: collapse;
  width: 180px;
}

td.td_news_title, td.td_news_text, td.td_news_author, td.td_news_date
{
  padding: 5px;
  font-family: Arial,Helvetica;
  font-size: 12px;
}

td.td_news_text, td.td_news_author, td.td_news_date
{
  background: black;
}

td.td_news_title, td.td_news_text
{
  color: white;
}

td.td_news_title
{
  font-weight: bold;
  background-image: url(images/bg_news_title.gif);
}

.span_news_title
{
  padding-left: 6px;
}

td.td_news_author
{
  width: 50%;
  color: #666666;
}

td.td_news_date
{
  text-align: right;
  color: #666666;
}