/* 封面样式 */
body {
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
td{ font-size:12px; }
/**/
.mycover {                   /*LOGO标题文字的样式*/
	font-weight: bold;
	FILTER: blur(add=1, direction=120, strength=5);
	WIDTH: 100%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	POSITION:relative;
}
#layer1{                    /*LOGO层1*/
    Z-INDEX: 1;
    WIDTH: 12px;
	POSITION: absolute; 
	HEIGHT: 14px;
	}
#logolayer{                /*此样式内调整LOGO图标位置*/
     Z-INDEX: 1;
	 WIDTH: 1px; 
	 POSITION: absolute; 
	 HEIGHT: 1px;
    }
#layer2{                  /*LOGO层1*/
      Z-INDEX: 1; 
	  WIDTH: 12px; 
	  POSITION: absolute; 
	  HEIGHT: 14px;
   }
#titlelayer{              /*此样式内调整标题文字位置*/
      Z-INDEX: 1;
	  WIDTH: 1px; 
	  POSITION: absolute; 
	  HEIGHT: 1px;
   }
.table1{ padding-left:90px;
         padding-top:3px;
		 padding-bottom:0px;
		 background-repeat:no-repeat;
         color:#FFFFFF;
		 font-size:14px;
		 font-weight:bold
		 }
.tlti{font-size:14px;
      color:#FFFFFF;
	  font-weight:bold
	  }	
.tlti1{ padding-left:26px;
        font-size:14px;
		color: #0B2671}	  	 

A:link {
	COLOR: #000000; TEXT-DECORATION: none 
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:active {
	COLOR: #ff9900; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff9900; TEXT-DECORATION: none
}




.title1:link {
	TEXT-DECORATION: none 
}
.title1:visited {
	TEXT-DECORATION: none 
}
.title1:active {
	TEXT-DECORATION: none 
}
.title1:hover {
	COLOR: #003366;
	TEXT-DECORATION: none 
}

.pdd_top10px{padding-top:6px}
.pdd_top_Left6px{padding-top:6px; padding-left:4px}