body{
    margin:0px;
    font-family:Verdana,宋体, sans-serif;
    color:#666;
    font-size:12px;
    line-height:150%;
    }
a:link{
    color: #666666;
	text-decoration: none;
	}
a:visited{
    color: #666666;
	text-decoration: none;
	}
a:hover{
    color: #FF5A00;
	text-decoration: underline;
	}

body,th,td,div,p,li {
   font-size: 12px;
   line-height:150%;
}

/*-----------------LOGO-----------------*/
#logo {
  float: left;
  width: 600px;
}
/*-----------------右上角连接-----------------*/
#quickmenu{
    float:left;
    top:25px;
    magin:0px;
    padding:0px;
    color:#2F376B;
    text-decoration:none;
    text-align:right;
    }
#quickmenu ul{
    margin:0px;
    }
#quickmenu li{
    width:380px;
    line-height:70px;
    }
#quickmenu a:link{
    color:#2F376B;
    text-decoration:none;
    }
#quickmenu a:visited{
    color:#2F376B;
    text-decoration:none;
    }
#quickmenu a:hover{
    color:#2F376B;
    text-decoration:underline;
    }
/*-----------------菜单DIV样式-----------------*/
#menu{
    clear: both;
    width:1004px;
    height:31px;
    magin:0px;
    padding-left:120px;
    font-weight:bold;
    text-align:center;
    background:url(../images/bg_menu.gif) #2F376B left top;
    }
#menu ul{
    list-style:none;
    } 
#menu li{
    float:left;
    width:62px;
    line-height:31px;
    } 
#menu {
    color:#fff;
    text-decoration:none;
    }
#menu a:link{
    color:#fff;
    text-decoration:none;
    }
#menu a:visited{
    color:#fff;
    text-decoration:none;
    }
#menu a:hover{
    color:#fff;
    text-decoration:underline;
    }

/*------------------banner---------------*/
#banner {
    clear:both;
    height:169px;
    margin:0px;
    padding-top:2px;
}

/*------------------内容部分最外层DIV---------------*/
#center {
    clear:both;
    margin:0px;
    padding:0px;
}
/*-----------------内容表格布局部分所用到的样式-----------------*/
.pic{
    border:1px solid #eeeeee;
    }
.title{
    color:#fff;
    font-weight:bold;
    text-indent:15px;
    }
.title2{
    color:#fff;
    font-size:14px;
    font-weight:bold;
    }
.title3{
    color:#FF5A00;
    font-size:16px;
    font-weight:bold;
    }
.title4{
    color:#009;
    font-size:12px;
    font-weight:bold;
    }
.leftmenu{
    color:#333;
    font-weight:bold;
    height:28px;
    border-bottom:#E1D6C8 solid 1px;
    }
.leftmenu a:link{
    color:#333;
    font-weight:bold;
    text-decoration:none;
    }
.leftmenu a:visited{
    color:#333;
    text-decoration:none;
    }
.leftmenu a:hover{
    color:#FF8B03;
    text-decoration:none;
    }

/*-----------------底部-----------------*/
#bottom {
    clear: both;
    height:50px;
    margin:0px;
    padding-top:10px;
    text-align:center;
    background:url(../images/bg_bottom.gif) #E7E7E7 repeat-x left top;
}
#bottom ul{
    list-style:none;
    } 
#bottom li{
    line-height:20px;
    } 

.gray {
    color:#e7e7e7;
    text-decoration:none;
    }
.gray a:link{
    color:#e7e7e7;
    text-decoration:none;
    }
.gray a:visited{
    color:#e7e7e7;
    text-decoration:none;
    }
.gray a:hover{
    color:#e7e7e7;
    text-decoration:none;
    }
