@charset "utf-8";
body {
	margin:0px 0px 0px 110px;
	font-size:12px;
	font-family: "宋体", "楷体_GB2312", "Arial", "Helvetica", "sans-serif";
	background:url(../_Images/bg_all.gif) repeat-y;
}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a {
	text-decoration: none;
} /* 链接无下划线,有为underline */
a:link {
	color: #0000FF;
} /* 未访问的链接 */
a:visited {
	color: #333333;
} /* 已访问的链接 */
a:hover {
	color: #ae0927;
} /* 鼠标在链接上 */
a:active {
	color: #0000ff;
} /* 点击激活链接 */
img {
	border:0px;
}
select {
	FONT-SIZE: 9pt;
	COLOR: #0000ff;
}
.menu_bottombg {
	color: #ffffff;
	background: url(../_Images/menu_bottombg.gif) repeat-x top;
	height: 30px;
	padding:0px 10px 0px 10px;
}
#nav {
	line-height: 30px;
	height:30px;
	font-weight:600;
	letter-spacing:1px;
	margin:0px 0px 0px 0px;
 padding::0px 0px 0px 0px;
}         /*控制一级菜单行高；上边距5px；*/
#nav a {
	display: block;
	width: 65px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
} /*一级菜单链接总体样式：每个菜单的宽，居中对齐，文字大小*/
#nav a:link, #nav a:visited {
	color:#FFFFFF;
}     /* 未访问的链接 */
#nav a:hover {
	color:#FFFF00;
}                /* 鼠标在链接上 */
#nav li {
	float: left;
}                   /* 一级菜左对齐 */
.left_title /* 左栏标题表格背景、文字颜色定义 */ {
	font-weight:bold;
	height: 30px;
	padding-left:20px;
	text-align: left;
	background: url(../_Images/right_t.gif) no-repeat center bottom;
	letter-spacing: 8px;
}
.left_title a /* 左栏标题表格背景、文字颜色定义 */ {
	color:#ffffff;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */ {
	color:#202020;
	background-color: #fcefef;
	border-width:0px 1px 0px 1px;
	border-color: #f95f5f;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;
	padding:5px 5px 5px 5px;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */ {
	height: 10px;
	background: url(../_Images/tdbg_bottom.gif) center top no-repeat;
}
.left_tdbg3 /* 左栏内容表格背景、文字颜色定义 */ {
	background-color: #fcefef;
	border-width:0px 1px 0px 1px;
	border-color: #f95f5f;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */ {
	font-weight:bold;
	height: 30px;
	padding-left:40px;
	text-align: left;
	background: url(../_Images/main_bs1.gif) no-repeat left bottom;
	letter-spacing: 8px;
}
.right_tdbg1 {
	background:url(../_Images/Right_bg.gif) no-repeat center;
}
.right_tdbg2 {
	border-color:#D0D0D0;
	border-style:solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}
.bottom_bg {
	color: #f0F0F0;
	background: url(../_Images/bottom_bg.gif) repeat-x top;
	line-height: 20px;
	padding:5px 0px 3px 0px;
}
.bottom_bg a {
	color: #f0F0F0;
}
.iframe_title1 {
	text-indent:40px;
	background:url(../_Images/title1.gif) no-repeat top;
	height:30px;
}
.iframe_title2 {
	background:url(../_Images/title1.gif) no-repeat top;
}

