div.new_article {
  background-color: #F0F0F0;
  width: 600;
  text-align: left;
  padding:1em 2em 1em 2em;
  margin-top:7px;
}

.new_article h1 {font-weight:bold;}
.new_article h2 {}

.new_date {
  font-weight: bold;
  color: #333333
}

.new_header {
  font-weight: bold;
  color: #333333
}

.new_short_text {
  color: #333333
}

.new_full_text {
  color: #000000
}

div.new_article_preview {
  width: 150;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11;
}

.new_preview td {
  vertical-align: top;
  font-size:0.7em;
  line-height: 1.25em;
}

.new_date_preview {
  padding-left: 15;
  padding-right: 10;
  width: 25%;
  font-weight: bold;
}

.new_preview_separator {
  width: 1px;
  background-image: url( ../img/main/news_separate.gif );
}

.new_header_preview {
  padding-left: 15;
  padding-right: 10;
}

.new_short_text_preview {
  padding-left: 15;
  padding-right: 10;
  color: #333333
}

.new_full_text_preview {
  padding-left: 15;
  padding-right: 10;
  color: #333333
}

.new_header_preview a {font-size: 0.9em; font-weight:bold;  color: #CE161D;}

.new_header_preview a:link, .new_header_preview a:visited {text-decoration: none;}

.new_header_preview a:hover {text-decoration: underline;}

h1.news_archives_list_header {
  font-size: 14;
  margin-bottom: 15
}

span.news_archives_list_header_date {
  color: #008800;
  font-weight: normal;
}

a.news_archives_list_back_link:link, a.news_archives_list_back_link:visited {
  text-decoration: none;
  color: #FF0000;
}

a.news_archives_list_back_link:hover {
  text-decoration: underline;
  color: #FF0000;
}

span.news_archives_list_back_span {
  font-size: 12;
}

table.news_archives_list {
  margin: 5 0 5 0;
  width:100%;
}

table.news_archives_list td {
  font-size: 12;
  padding-bottom:12;
}

table.news_archives_list td span.date {
  font-style: italic;
  color: #006600;
}

table.news_archives_list td a:link, table.news_archives_list td a:visited {
  font-size: 11;
  font-weight: bold;
  text-decoration: none;
  color: #000088;
}

table.news_archives_list td a:hover {
  font-size: 11;
  font-weight: bold;
  text-decoration: underline;
  color: #000088;
}

td.news_month_count {
  font-size: 12
}

td.news_month_count a:link, td.news_month_count a:visited {
  color: #000088;
  text-decoration: none;
  font-weight: bold;
}

td.news_month_count a:hover {
  color: #000088;
  text-decoration: underline;
  font-weight: bold;
}

td.news_month_count span.count_0 {
  font-weight: bold;
}

form.news_archives {
  margin: 5 0 5 0;
  padding: 0;
}

form.news_archives table td {
  font-size: 12
}


