/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, "宋体";
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
}
table {font-size: 12px;color: #000000;}
tr {font-size: 12px;color: #000000;}
td {
	font-size: 12px;
	color: #666;
	line-height: 150%;
}
a:link {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}/* 未访问的链接 */
a:hover {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
} /* 鼠标在链接上 */ 
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
} /* 已访问的链接 */

/*下拉菜单样式开始*/
#nav {
	height: 28px;
	list-style-type: none;
	padding-left:10px;
	line-height:28px;
	overflow:visible;
	background-image:url(../images/top_menubgimg01.jpg);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav a {
display: block; width: 80px; text-align:center;
}

#nav a:link    {
color:#EEE; text-decoration:none; font-size:14px; font-weight:bold;
}
#nav a:visited    {
color:#EEE;text-decoration:none; font-size:14px; font-weight:bold;
}
#nav a:hover    {
color:#ff6600;text-decoration:none; font-size:14px; font-weight:bold;background-image:url(../images/top_menubgimg03.jpg);
}

#nav li {
float: left; width: 80px;
}

#nav li ul {
	line-height: 28px;
	list-style-type: none;
	text-align:center;
	left: -800px;
	width: 647px;//注意,这里一定要设置宽度;
	position: absolute;
	background-image:url(../images/top_menubgimg02.jpg);
	visibility: visible;
}

#nav li ul li{
    float: left;width: 110px; //float就是子菜单横向的关键,可以继承父菜单而省略float
}


#nav li ul a{
display: block; width: 90px;text-align:center;
}

#nav li ul a:link    {
color:#cccccc; text-decoration:none; font-size:12px; font-weight:normal
}
#nav li ul a:visited    {
color:#cccccc;text-decoration:none; font-size:12px; font-weight:normal
}
#nav li ul a:hover    {
color:#ff6600;text-decoration:none;font-weight:normal;background-image:url(../images/top_menubgimg04.jpg);
}

#nav li:hover ul {
left:280px; top: 63px;
}

#nav li.sfhover ul {
left:280px; top: 63px;
}

#content {
clear: both;
}/*下拉菜单样式结束*/

/*左侧菜单样式开始*/
#menu {
	height:500
	list-style-type: none;
	background-image: url(../images/left_tdbgimg.gif);
	margin: 0px;
	width: 200px;
	list-style-image: url(../images/piontimg.gif);
}
#menu a {
display: block; text-align:left;
}
#menu a:link    {
color:#333; text-decoration:none; font-size:12px;
}
#menu a:visited    {
color:#333;text-decoration:none; font-size:12px;
}
#menu a:hover    {
color:#333;text-decoration:none; font-size:12px;
}

#menu li {
float: left;
}
/*左侧菜单样式结束*/

 /* 左侧菜单文字CSS样式 */ 
 .leftmenu {
	height: 25px;
	font-size: 12px;
	color:#666;
	background-image: url(../images/left_tdbgimg.gif);
	text-indent: 20px;
} 

 /* 标题文字样式开始 */
.textbig {height: 28px; font-size: 14px;font-weight: bold;color: #003399; background-image:url(../images/main_title_line.jpg)} 
.textbig2 { font-size: 12px;color: #003399;} 
.textbig3 { font-size: 14px;color:#333333;} 
.textbig4 { font-size: 16px;font-weight: bold;color: #003399; } 
 /* 标题文字样式结束 */

 /* 左侧菜单背景样式 */
.td {
	height: 25px;
	background-image: url(../images/left_tdbgimg.gif);
    text-align: left;
	text-indent: 5px;
}
.td2 {
	height: 25px;
	background-image: url(../images/left_tdbgimg.gif);
    text-align: left;
	text-indent: 5px;
	font-weight: bold;
}
/*表格标题样式*/
.table_title {
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	background-image:url(../images/table_titlebg.gif);
	text-align: left;
	text-indent: 5px;
} 
/*注释文字样式*/
.zstext { font-size: 12px;color:#0099CC} 

.text_blue {font-size: 12px;color: #0000FF;}
.text_blue:link {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.text_blue:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.text_blue:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.whitetext {font-size: 12px;color: #CCCCCC;}
.whitetext:hover {font-size: 12px;color: #FFFFCC;}
.whitetext:visited {font-size: 12px;color: #CCCCCC;}
.whitetext:link {font-size: 12px;color: #CCCCCC;}

.redtext {font-size: 12px;color:#FF3300;}
.redtext:hover {font-size: 12px;color: #333333;}
.redtext:visited {font-size: 12px;color: #FF3300;}
.redtext:link {font-size: 12px;color: #FF3300;}

.blacktext {font-size: 12px;color:#000;}
.blacktext:hover {font-size: 12px;color: #333333;}
.blacktext:visited {font-size: 12px;color: #000;}
.blacktext:link {font-size: 12px;color: #000;}
