/***********************************************/
	/* 通用                            */
	/***********************************************/
body {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
}

td {
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

A:link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #CC6600;
	text-decoration: none;
}

A:active {
	color: #CC6600;
	text-decoration: none;
}

select {
	font-size: 12px;
}

form {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

br {
	line-height: 100%;
}

/***********************************************/
	/* 标题                                        */
	/***********************************************/
.navi_font {
	color: #FFFFFF;
}

.position_font {
	padding: 10px 0px 0px 20px;
	vertical-align: bottom;
	color: #FFFFFF;
}

.position_background {
	background-color: #438EC5
}

.title_red_left {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}
.title_red_right {
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}

.title_num {
	font-weight: bold;
	font-size: 14px;
}

.title_open {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	padding: 8px 0px 0px 68px;
}

.title_open2 {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}

.title_open3 {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

.title_sml {
	font-size: 14px;
	color: #0066CC;
}

.title_bar {
	font-size: 12px;
	color: #fff;
	padding: 0px 00px 0px 30px;
}

.title_link {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 20px 20px 24px 20px;
	background-color: #339999;
}

.open_content {
	font-size: 14px;
	line-height: 175%;
}

.button {
	border: 0px;
	font-size: 12px;
	height: 16px;
	width: 60px;
	padding: 2px 8px 3px 8px;
	background: #ccc;
	FILTER: progid :           DXImageTransform .           Microsoft .     
		
		
		  
		Gradient(gradientType =           0, startColorStr =           #ffffff,
		endColorStr =     
		     #cccccc);
}

#position a {
	color: #FFFFFF;
}

#position a.visited {
	color: #FFFFFF;
}

#position a.link {
	color: #FFFFFF;
}

div#article_content {
	font-size: 14px;
	line-height: 25px;
}

#article_content table td {
	font-size: 14px;
	line-height: 25px;
}

.article_content {
	font-size: 14px;
	line-height: 25px;
}

/*  内容里面的链接属性 */
div#article_content a {
	color: blue;
	text-decoration: underline;
}

#article_content table td a {
	color: blue;
	text-decoration: underline;
}

.article_content a {
	color: blue;
	text-decoration: underline;
}

/* 文章中的评论链接位置 */
.comment_link {
	font-size: 14px;
	line-height: 175%;
	text-align: right
}