body {
margin: 0px;
/* overflow-y:hidden; */
FONT-Size: 12px;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
/* FONT-FAMILY: 'Trebuchet MS', 'Arial Rounded MT Bold', Arial,Helvetica, sans-serif; */
background-image: url();
background: #EEF7F9;
color: #2f4375;
text-align:left;
/* scrollbar-face-color: #BF6FC4; /*---------箭头正方形、滑块颜色---------*/
/* scrollbar-arrow-color: #FFFFFF; /*---------箭头颜色---------*/
/* scrollbar-track-color: #FCFEFF; /*---------轨道颜色---------*/
/* scrollbar-highlight-color: #813685; /*---------所有左、上边缘颜色---------*/
/* scrollbar-shadow-color: #BF6FC4; /*---------所有右、下边缘颜色---------*/
/* scrollbar-darkshadow-color: #000000; /*---------强阴影颜色---------*/
/* scrollbar-3Dlight-color: #000000; /*---------未知---------*/
}

td,th {
font-size: 12px;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
}

/* 字体描边 */
.sizecolor {
Position:absolute;
Padding:4px;
Filter:
Dropshadow(offx=1,offy=0,color=white)
Dropshadow(offx=0,offy=1,color=white)
Dropshadow(offx=0,offy=-1,color=white)
Dropshadow(offx=-1,offy=0,color=white);
}

/* 用CSS控制表格隔行变色 */
.DCTable tr{
background-color: expression("#EEF7F9,#E1F0F6".split(",")[rowIndex%2]);
}

Input,TEXTAREA {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
/* border: #999999 1px outset; */
}

.Inputme1 {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#333333, EndColorStr=#666666);
}

/* 普通链接样式控制 */
a {
font-size: 12px;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
color: #000000;
}
a:link {
text-decoration: none;
color: #000000;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #FF0000;
}

/* 顶部链接样式控制 */
.top {
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
color: #000000;
}
.top a {
font-size: 12px;
color: #000000;
}
.top a:link {
text-decoration: none;
}
.top a:visited {
text-decoration: none;
color: #000000;
}
.top a:hover {
text-decoration: underline;
}

/* 菜单链接样式控制 */
.menu {
font-size: 12px;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
/* Filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#000000', endColorStr='#CCCCCC', gradientType='0'); /**/
/* FILTER:alpha(opacity=80); /**/
color: #000000;
}
.menu a {
font-size: 12px;
color: #000000;
}
.menu a:link {
text-decoration: underline;
color: #000000;
}
.menu a:visited {
text-decoration: underline;
color: #000000;
}
.menu a:hover {
text-decoration: none;
color: #2f4375;
}

/* 侧边链接样式控制 */
.left {
font-size: 12px;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
background: ;
color: #000000;
}
.left a {
padding-left: 5px;
width: 100%;
line-height: 25px;
font-size: 12px;
color: #000000;
}
.left a:link {
text-decoration: none;
color: #000000;
}
.left a:visited {
text-decoration: none;
color: #000000;
}
.left a:hover {
text-decoration: none;
background: #EEEEEE;
color: #000000;
}

/* 底部链接样式控制 */
.bom {
font-size: 12px;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
}
.bom a {
font-size: 12px;
color: #9FADD0;
}
.bom a:link {
text-decoration: underline;
color: #9FADD0;
}
.bom a:visited {
text-decoration: underline;
color: #9FADD0;
}
.bom a:hover {
text-decoration: none;
color:#9FADD0;
}

/* 产品链接样式控制 */
.pro {
font-size: 12px;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
color: #000000;
}
.pro a {
font-size: 12px;
color: #000000;
}
.pro a:link {
text-decoration: none;
color: #000000;
}
.pro a:visited {
text-decoration: none;
color: #000000;
}
.pro a:hover {
text-decoration: underline;
color: #2f4375;
}

/* 产品页数链接样式控制 */
.propage {
font-size: 12px;
FONT-FAMILY: Tahoma, Verdana, Arial, Serif;
color: #000000;
}
.propage a {
font-size: 12px;
color: #000000;
}
.propage a:link {
text-decoration: none;
color: #000000;
}
.propage a:visited {
text-decoration: none;
color: #000000;
}
.propage a:hover {
text-decoration: underline;
color: #2f4375;
}