@charset "utf-8";

.none {
	display: none;
}

#topics_container {
	width: 745px;
}

.topic_article {
	clear: both;
	overflow: hidden;
}

#bgt_topics {
	background: url(../image/announce/bg_title.gif) repeat-x;
}

.title_topics {
	background: url(../image/announce/title_announcement.gif) no-repeat;
	height: 84px;
	display: block;
	margin: 0px;
}

.title_history {
	background: url(../image/announce/title_announcement_history.gif) no-repeat;
	height: 84px;
	display: block;
	margin: 0px;

}

.title_article {
	background: url(../image/announce/bg_articles.gif) repeat-x;
	line-height: 40px;
	color: #005380;
	clear: both;
	font-weight: bold;
	font-size: 90%;
	text-indent: 6px;
	margin: 0px;
	padding: 0px;
}

.title_article a {
	color: #005380;
	font-weight: bold;
}

.title_article a:hover {
	color: #00a5ff;
}

.news_histoy a {
	color: #ef6300;
}

.news_histoy a:hover {
	background-color: #ffb47f;
}

.img_bg {
	background:url(../image/announce/bg_image.gif) repeat-x;
	border: 1px solid #d5d5d5;
	background-color: #f3fafe;
	padding: 10px;
	width: 242px;
	float: left;
	margin: 0px 20px;
}

.bgt_content {
	background: url(../image/announce/bgt_cont.gif) repeat-x;
	width: 420px;
	float: left;
	margin: 0px 0px 10px;
}

.title_content {
	background: url(../image/announce/title_content.gif) no-repeat;
	height: 14px;
	width: 68px;
	margin: 0px;
	padding: 0px;
}

.topic_article p {
	padding-bottom: 20px;
	font-size: 87%;
}

