/*网站全局样式*/　
html {text-decoration: none}
body,td {font-size: 12px; leftmargin: 0; topmargin: 0; marginwidth: 0; marginheight: 0;}
td,tr {color: #585858;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}

/*分类列表样式*/
.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;}