@charset "utf-8";
/* CSS Document */

*{
  margin:0;/*整体外边距*/
  padding:0/*整体内边距*/
  border:0;/*整体边框大小*/
}
html{
  scrollbar-face-color:#dce0e2;/*滚动条颜色开始*/
  scrollbar-highlight-color:#fff;
  scrollbar-shadow-color:#687888;
  scrollbar-3dlight-color:#687888;
  scrollbar-arrow-color:#6e7e88;
  scrollbar-track-color:#bcbfc0;
  scrollbar-darkshadow-color:#dce0e2;
  scrollbar-base-color:#48d890;/*滚动条颜色结束*/
  background:#eee;/*背景颜色*/
}
body{
  font:12px/150% 'Lucida Grande','Lucida Sans Unicode','宋体','新宋体',arial,verdana,sans-serif; /*字体大小/行高 字体类型*/
  margin:0 auto;/*外边距*/
  width:1000px;/*宽度*/
  height:auto;/*高度*/
  text-align:center;/*文本居中*/
}
#header,#logo,#footer{
  clear:both;/*不允许浮动*/
}
#body{
  float:left;/*向左浮动*/
  background:#eee;/*背景颜色*/
}
#left{
  float:left;/*向左浮动*/
  width:220px;/*宽度*/
  background:#fff;/*背景颜色*/
}
.l-img img{ margin-left:5px;
   padding-top:5px;
   width:210px;
   border:0;}
.mt{text-align: left; 
    margin-top: 15px;
	padding-left:15px;}
.mt span{ width:160px;
	display:block; 
	float:left;
	margin-right:15px;
	}
.x{padding-left:6px; padding-top:3px;}
.text-2{ font-size:12px; }
#middle{
  float:left;/*向左浮动*/
  margin:0px 9px;/*外边距*/
  width:540px;/*宽度*/
  background:#ffffff;/*背景颜色*/
}
#right{
  float:right;/*向右浮动*/
  width:220px;/*宽度*/
  background:#fff;/*背景颜色*/
}

.img{ width:44px; float:left; margin-top:5px; margin-left:5px;}
.img img{ width:40px; height:55px; border:1px solid #CCC}
.txt{float:left; line-height:18px; font-style:normal; margin-top:6px;}
.txt a{ color:#009;}
.txt a:visit{color:#009;}
#menu{
margin:0 0 0 0px;/*外边距*/
position:relative;/*不会撑开父级*/
height:10px;
}
.logo{  
       margin-top:5px;
	   margin-left:-36px;
	 }
.logo ul{ list-style:none;
      }
.logo ul li{ float:left; padding:5px 4px;}
.logo li img{ border:#eee 1px solid;
  width:100px;}
<!--

.STYLE2 {
	font-size: 13px;
}
.STYLE5 {
	font-size: 12px;
	line-height: 1.3;
	color: #000;
}
.fl{
	font-family: "宋体";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
     text-decoration: none;
}
a.fl:link {
	font-family: "宋体";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
    text-decoration: none;
}
a.fl:visited {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
    text-decoration: none;
}
a.fl:hover {
	font-family: "宋体";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
    text-decoration:underline;
}
a.fl:active{
	font-family: "宋体";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    text-decoration: underline;
	color:#FF0000;
}
.STYLE7 {color: #CC3300; font-size: 13px;}
.STYLE12 {color: #FD845C}
.STYLE13 {font-size: 13px; }
.STYLE14 {
	color: #FF7802;
	font-size: 13px;
}
.STYLE15 {
	font-size: 13px;
	color: #FF7802;
}
.STYLE5Copy {
	font-size: 12px;
	line-height: 1.2;
	color: #C00;
}
.STYLE5C {
	font-size: 12px;
	line-height: 1.3;
	color: #666;
}
.Sponsor{ width:990px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;}
.Sponsor img{ width:110px; height:40px; border:#d4d0d0 1px solid; margin-left:8px; margin-bottom:4px;}
.tab02{
	min-height:1400px;
    height:auto !important;
    height:1400px;
}

.tab02 tr td a{ text-decoration:none; color:#000;} 
.tab02 tr td a:hover{ text-decoration:none; color:#C00;} 
.tab02 tr td a:visit{ color:#000;} 
.tab{
	min-height:1400px;
    height:auto !important;
    height:1400px;
}

.tab tr td a{ text-decoration:none; color:#000;} 
.tab tr td a:hover{ text-decoration:none; color:#C00;} 
.tab tr td a:visit{ color:#000;} 


/*Speaker样式*/
.Speaker div span{font-weight:700;}
-->