/* CSS Document */
a:link {text-decoration: none; color:#666666; font-size:12px;}
a:visited {text-decoration: none; color:#666666;font-size:12px;}
a:hover {color: #FF0000;text-decoration: underline;font-size:12px;}
a:active {color: #0000FF;text-decoration: underline;font-size:12px;}
body {
	background-color: #d4d3d3;
}
body,td,th {
	font-size: 12px;
}

/* 首页用 */
.indexmenu{ color:#333333; font-size:14px; font-weight:bold; margin-left:10px; width:90px;}

/*单页底页标题*/
.webpagetitle{
	font-weight: bolder;
	color: #333333;
	padding-top:10px;
	margin-left:20px;
	text-align:center;
	width:164px;
	font-size:14px;
}

/* 文章类底页标题*/
.arttitle{
	font-weight: bolder;
	color: #000;
	text-align:center;
	font-size:14px;
	height:50px;
	line-height:50px;
}

/*文章类导读*/
.textintro{
	background-color: #F4FBF8;
	border: 1px dashed #AFD99F;
	padding:15px 20px 15px 20px; 
	font-size:14px; 
	line-height:150%; 
	margin:5px;
}

.webpagecontent{ padding:15px 20px 15px 20px; font-size:12px; line-height:150%; color:#666666;}
.webpagechild{ text-align:center; padding-left:15px; padding-right:15px; color:#FFFFFF; font-size:14px;}

.menu{ width:107px; height:28px; float:left; background-image:url(menu1.jpg); margin-right:5px; text-align:center; line-height:28px; cursor:pointer;}
.menu1{ width:107px; height:28px; float:left; background-image:url(menu2.jpg); margin-right:5px; text-align:center; line-height:28px; cursor:pointer;}
.menubox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d3d3;
	height:28px;
}
.showdiv{display:block;}
.hidendiv{display:none}

.productcontent{ padding:5px; font-size:12px; line-height:150%; color:#666666}
.prodcuttitle{ font-size:14px; font-weight:bold; color:#000099;}

.siteheadnav{ font-size:12px; margin-left:15px;color:#666666;}

.sitefooter{ font-size:12px; color:#FFFFFF; padding:5px; text-align:center;}
.aboutusindex{ padding:10px; font-size:12px; line-height:150%; color:#666666;}

.siteheadnav a:link{font-size:12px; color:#666666;}
.siteheadnav a:visited{font-size:12px; color:#666666;}

.webpagechild a:link{font-size:14px; color:#fff;FILTER:Shadow(Color=#ff0000,Direction=50);}
.webpagechild a:visited{font-size:14px; color:#fff;FILTER:Shadow(Color=#ff0000,Direction=50);}

.sitefooter a:visited{font-size:12px; color:#fff;}
.sitefooter a:link{font-size:12px; color:#fff;}

.xuxian{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width:500px;
	height:25px;
	line-height:25px;
	clear:both;
}