.f_topic_head
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #9fd1ff;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	background-color: #123456;
}

.f_topic
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #9fd1ff;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	background-color: #345678;
}

.news_head
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #9fd1ff;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	background-image: url(/style/header_back.png);
	background-repeat: repeat-x;
}

.news
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #6c95bb;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
	text-decoration: none;
	background-image: url(/style/news_back.png);
	background-repeat: repeat-y;
}

.news2
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #6c95bb;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
	text-decoration: none;
}

.news3
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #6c95bb;
	text-decoration: none;
}
.snews
{
	background-image: url(/style/snews_back.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 8px;
	padding-top: 3px;
}

a.news_link 
{
	font-family: Arial;
	font-weight: bold;
	color: #6474a4;
	text-decoration: none;
}

a.news_link:hover 
{
	font-family: Arial;
	font-weight: bold;
	color: #a0dd8f;
	text-decoration: none;
}

a.snews_link 
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #cccccc;
	text-align: left;
	text-decoration: none;
}

a.snews_link:hover 
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #eeeeee;
	text-align: left;
	text-decoration: underline;
}

.banner_back
{
	background-image: url(/style/banner_back.png);
	background-repeat: repeat-x;
}