/* CSS Document */

body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #EDE8E8; //滚动条凸出部分的颜色
	SCROLLBAR-HIGHLIGHT-COLOR: #EDE8E8;//滚动条空白部分的颜色
	SCROLLBAR-SHADOW-COLOR: #000000;//立体滚动条阴影的颜色
	SCROLLBAR-3DLIGHT-COLOR: #B57B00;//滚动条亮边的颜色
	SCROLLBAR-ARROW-COLOR: #000000;//上下按钮上三角箭头的颜色
	SCROLLBAR-TRACK-COLOR: #EDE8E8;//滚动条的背景颜色
	SCROLLBAR-DARKSHADOW-COLOR: #EDE8E8;//滚动条强阴影的颜色
	SCROLLBAR-BASE-COLOR: #EDE8E8;//滚动条的基本颜色
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#f00;
	text-decoration: none;
}
a:active {
	color:#f00;
	text-decoration: none;
}
a.menu:link {
	color:#fff;
	font-size:13px;
	text-decoration: none;
}
a.menu:visited {
	color:#fff;
	font-size:13px;
	text-decoration: none;
}
a.menu:hover {
	color:#f00;
	font-size:13px;
	text-decoration: none;
}
a.menu:active {
	color:#f00;
	font-size:13px;
	text-decoration: none;
}
a.menu1:link {
	color:#878282;
	text-decoration: none;
}
a.menu1:visited {
	color:#878282;
	text-decoration: none;
}
a.menu1:hover {
	color:#f00;
	text-decoration: none;
}
a.menu1:active {
	color:#f00;
	text-decoration: none;
}
.copyright{
	color:#9C9C9C;
}
#notebook_content_title{width:160px;}
#notebook_content_name{width:160px;}
#notebook_content_email{width:160px;}
#notebook_content_tel{width:160px;}
#notebook_content_fax{width:160px;}
#notebook_content_url{width:160px;}
#notebook_content_content{width:240px;}
.zhengwen{line-height:22px;}
