a img
{
	border: 1px solid black;
}

.news_title
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.news_title:link
{
	color: black;
}
.news_title:active
{
	color: black;
}
.news_title:hover
{
	color: black;
}
.news_title:visited
{
	color: black;
}

.news_text
{
	font-size: 14px;
}
.news_line
{
	background-image: url(../images/design/news_line_h.gif);
	background-repeat: repeat-x;
}
.news_order
{
    font-weight: bold;
	font-size: 12px;
}
.news_order a img
{
	border: 0px;
}
.news_list
{
	font-size: 18px;
	font-style: normal;
}
.news_list:link
{
	color: black;
}
.news_list:active
{
	color: black;
}
.news_list:hover
{
	color: gold;
}
.news_list:visited
{
	color: black;
}
a
{
	font-size: 14px;
}

