/*整体页面链接样式*/
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #FF9900;
}

/*背景渐变效果*/
body{filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00cc99,endcolorstr=#ffffff,gradientType=0);}

/*左边机构栏目标题样式*/
.LeftTitle {
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}

/*左边机构栏目下设样式*/
.LeftDetails {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}
.LeftDetails a:link {
	font-size: 12px;
	color: #808080;
	text-decoration: none;  
	font-weight: bold; 
}
.LeftDetails a:visited {
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
.LeftDetails a:hover {
	font-size: 13px;
	color: ff0000;
	font-weight: bold;
}

/*联系我们，在线留言样式*/
.LeftDetails1 {
	font-size: 14px;
	font-weight: bold;
}
.LeftDetails1 a:link {
	font-size: 14px;
	text-decoration: none;  
	font-weight: bold; 
}
.LeftDetails1 a:visited {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.LeftDetails1 a:hover {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

/*主页主菜单*/
.MainLfetItem a:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;  
	width:75px; 
}
.MainLfetItem a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width:75px;
}
.MainLfetItem a:hover {
	font-size: 13px;
	color: ff0000;
	width:75px;
	font-weight: bold;
}

/*页底样式*/
.bottom {
	font-size: 12px;
}

/*文章栏目标题样式*/
.sortTitleStyle {
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}

/*主菜单下拉子菜单的样式设置*/
#dropmenudiv{/*非链接样式*/
position:absolute;
border:1px solid #cccccc;
border-bottom-width: 1;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{/*链接样式*/
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #cccccc;*/
padding: 1px 0;
text-decoration: none;
}
#dropmenudiv a:hover{ /*鼠标放在上面时的背景颜色及文字颜色*/
background-color: #009933; 
color:#FFFFff;
}

/*以下样式用于show.htm页面*/
.showArtitle_title{
font-size:18px;
font-weight:bold;
}
.showArtitle_author{
font-size:12px;
}
.showArtitle_content{
font-size:14px;
line-height:140%;
}
.leftTableFilter{filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f4faf8,endcolorstr=#ffffff,gradientType=0);}
/*list.htm中的标题样式*/
.ListTiltleStyle {
	font-size: 12px;
}

