/*网站全局样式*/
html {text-decoration: none}
body,td {font-size: 12px; leftmargin: 0; topmargin: 0; marginwidth: 0; marginheight: 0;}
td,tr {color: #999999;font-size: 12 px;}
a:link {text-decoration: none;color: #000000;font-size: 12 px;}
a:visited { text-decoration:none;color: #000000;font-size: 12px;}
a:active { text-decoration: none;color: #000000;font-size: 12px;}
a:hover {color:#ff0000; font-size:12px; text-decoration:underline; background-attachment:scroll; background-position:left;}
a {color: #000000;font-size: 12px;}

/*主题文字样式*/
.redtit {color: #ff0000;font-size: 16px;font-weight: bold;}
.bluetit {color: #000099;font-size: 16px;font-weight: bold;}

p{line-height:1.5}


/*封面主菜单样式*/
.hmmenu {font-size: 12px;color:#bbbbbb }
a.hmmenu   	{color: #bbbbbb; text-decoration: underline}
a.hmmenu:link	{color: #bbbbbb; text-decoration: none}
a.hmmenu:visited{color: #bbbbbb; text-decoration: none}
a.hmmenu:hover	{color: #ffff00; text-decoration: underline}
a.hmmenu:active	{text-decoration: underline}

/*整站主菜单样式*/
.mmmenu {font-size: 12px;color:#aaaaaa }
a.mmmenu   	{color: #aaaaaa; text-decoration: underline}
a.mmmenu:link	{color: #aaaaaa; text-decoration: none}
a.mmmenu:visited{color: #aaaaaa; text-decoration: none}
a.mmmenu:hover	{color: #6655ff; text-decoration: underline}
a.mmmenu:active	{text-decoration: underline}

.menufg{
}
.menufg ul{margin: 0px;}
.menufg li{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menutu{
	background-image: url(/diydoc/icon/fenge.gif);
	height: 20px;
	width: 10px;
	background-repeat: no-repeat;
}

/*分类列表样式*/
.type_v {font-size: 12px;color:#ffffff }
a.type_v   	{color: #ffffff; text-decoration: underline}
a.type_v:link	{color: #ffffff; text-decoration: none}
a.type_v:visited{color: #ffffff; text-decoration: none}
a.type_v:hover	{color: #ffff00; text-decoration: underline}
a.type_v:active	{text-decoration: underline}

/*脚注菜单样式*/
.btmenu {font-size: 12px;color:#ffeeee }
a.btmenu   	{color: #ffeeee; text-decoration: underline}
a.btmenu:link	{color: #ffeeee; text-decoration: none}
a.btmenu:visited{color: #ffeeee; text-decoration: none}
a.btmenu:hover	{color: #ffff00; text-decoration: underline}
a.btmenu:active	{text-decoration: underline}

/*水平虚线*/
.bline {border-bottom:1px dotted;}


/*主菜单的样式设计 调用{#menuc#}代码  */
#mc ul{
list-style-type:none;
width:760px;height:30px;
margin:0 0 0 5px;padding:0px;
}
#mc ul li{
float:left;
display: block;
margin: 0px;padding:0px;
text-align: center;
width:45px;}
#mc ul li a{font-size:14px;color:#000000;text-decoration:none;}
#mc ul li a:link {color:#000000;text-decoration:underline}
#mc ul li a:active {color:#000000;text-decoration:underline}
#mc ul li a:visited{color:#000000;text-decoration:none;}
#mc ul li a:hover  {color:#ff0000;text-decoration:underline;}


