/*页面所有文字颜色*/
body,td,th {
	font-size: 12px;
	color: #074387;
}
/*页面背景颜色*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/10/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#7898A3
}
/*页面链接文字颜色*/
a:link {
	color: #074387;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #074387;
}
a:hover {
	text-decoration: underline;
	color: #074387;
}
a:active {
	text-decoration: none;
	color: #074387;
} 
/*页面表格边框颜色*/
.tb{
	background-color:#92A6AD
}
/*版块标题标题背景颜色和背景图片*/
.td_title{
	background-image:url(../images/10/title.gif)
	
}
/*表格版块内容背景颜色*/
.td_content{
	background-color:#E4EAED
}
/*版块标题文字颜色*/
.title_text{
	 color:#2C4148
}
/*博客文章文字颜色*/
.content{
	color:#2A2A2A;
	line-height:22px;
}
/*导航下方文字颜色和背景图片*/
.top_bg{
	 background-image:url(../images/10/top_bg.gif)
}
/*输入框边框颜色*/
.text{
	BORDER-RIGHT: #92A6AD 1px solid;BORDER-TOP: #92A6AD 1px solid; BORDER-LEFT: #92A6AD 1px solid; BORDER-BOTTOM: #92A6AD 1px solid;
}
/*导航文字颜色*/
.top_1{
	color:#FFFFFF;
}
.top_2{
	color:#24586B;
}