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