/* CSS Document */
@charset=utf-8;

body,table{
    margin:0px;
    color:#808080;
	font-size:12px;
	font-family:"Verdana","宋体";
	line-height:18px;
	}
a{
    color:#666666;
	font-size:12px;
	text-decoration:none;
	}
a:hover{
    color:#0077DB;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  灰色文字部分  ************************/	
.gray_index{
    color:#888888;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	}
	
.gray_copy{
    color:#888888;
	font-size:12px;
	}
.gray_copy a{
    color:#888888;
	font-size:12px;
	text-decoration:none;
	}
.gray_copy a:hover{
    color:#888888;
	font-size:12px;
	text-decoration:underline;
	}

.gray_feedback{
    color:#666666;
	font-size:12px;
	font-weight:bold;
	}


.white{
    color:#ffffff;
	font-size:12px;
	font-weight:bold;
	}
.white a{
    color:#ffffff;
	font-size:12px;
	font-weight:bold;
    text-decoration:none;
	}
.white a:hover{
    color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
	
.blue{
    color:#0077DB;
	font-size:12px;
	font-weight:bold;
	}


/******************  左侧二级菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	height: 30px;
    background: transparent url(../images/ico_leftmenu.gif) no-repeat left top;
	text-indent: 15px;
	border-bottom: 1px solid #7ED0E4;
    }
.menu_left a{
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
    }
.menu_left a:hover{
    color: #ff6600;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
    }
	
/******************  新闻部分样式  ************************/
.news {
    color: #666666;
	font-size: 12px;
	height: 26px;
    background: transparent url(../images/ico_news.gif) no-repeat left top;
	text-indent: 12px;
	border-bottom: 1px dashed #cccccc;
    }
.news a{
    color: #666666;
	font-size: 12px;
	text-decoration:none;
    }
.news a:hover{
    color: #ff6600;
	font-size: 12px;
	text-decoration:underline;
    }

.news_title {
   color:#555555;
   font-size:18px;
   font-weight:bold;
   } 

