
h3 {
FONT-FAMILY: Arial, "Arial Black";
FONT-SIZE: 12pt;
COLOR: #000000;
font-weight : bold;
text-align:left;
}
h5 {
margin:0;
FONT-FAMILY: Arial, "Arial Black";
FONT-SIZE: 9pt;
COLOR: #323232;
font-weight : normal;
text-align:center;
padding:7px; 
}
h5 a:link 	{ text-decoration: none;color: #323232;}
h5 a:visited{ text-decoration: none;color: #323232;}
h5 a:hover 	{ text-decoration: none;color: #f5a321;} 
h5 a:active { text-decoration: blink}
h6 {
FONT-FAMILY: Arial, "Arial Black";
FONT-SIZE: 9pt;
COLOR: #323232;
font-weight : normal;
text-align:justify;text-justify:inter-ideograph
}
h6 a:link 	{ text-decoration: underline;color: #323232;}
h6 a:visited{ text-decoration: underline;color: #323232;}
h6 a:hover 	{ text-decoration: underline;color: #323232;} 
h6 a:active { text-decoration: blink}
img {
	border: none;
	vertical-align:top
}

#title {
FLOAT:left;
FONT-FAMILY: Arial, "Arial Black";
FONT-SIZE: 12pt;
COLOR: #000000;
font-weight : bold;
text-align:left;
}
#text {
FLOAT:left;
FONT-FAMILY: Arial, "Arial Black";
FONT-SIZE: 9pt;
COLOR: #323232;
font-weight : normal;
text-align:left;
}
#text a:link 	{ text-decoration: none;color: #323232;}
#text a:visited { text-decoration: none;color: #323232;}
#text a:hover 	{ text-decoration: none;color: #f5a321;} 
#text a:active 	{ text-decoration: blink}




#datasheet {
border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
border:solid #999; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */
border-width:0px 0 0 0px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */
background: #cacaca;
cellSpacing:2; cellPadding:3;
}

#datasheet_caption {height:48px;background: #cacaca;border:solid #ffffff;border-width:4px 0px 0px 0px;FONT-FAMILY: Arial, "Arial Black";vertical-align:middle;font-size:20px;font-weight:bolder;text-align:left;padding:16px;}
#datasheet_th {border:solid #f5a321;border-width:1px 1px 1px 0px;padding:8px;FONT-FAMILY: Arial, "Arial Black"; FONT-SIZE: 10pt; width:128px;}
#datasheet_td {border:solid #f5a321;border-width:1px 1px 1px 0px;padding:8px;FONT-FAMILY: Arial, "Arial Black"; FONT-SIZE: 9pt;text-align:justify;text-justify:inter-ideograph}



