/* 常用标签 - 必须要有的 */
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../cn/images/background.gif);
}
body,td,th,select,input,textarea {
	font-size: 12px;
	color: #000000;
	font-family: "MS Shell Dlg", "Tahoma", "宋体";
}
/* 正文样式 */
td.content {
	font-size: 14.8px;
	line-height: 150%;
	color: #000000
}

/* 正文行间距 - 如果用了正文样式的就不要再用这个了 */
td.list {line-height: 148%;}
p {line-height: 20px;}

/* 导航链接 */
a.nav_white:link {color:#ffffff;text-decoration:none;}
a.nav_white:visited {color:#ffffff;text-decoration:none;}
a.nav_white:hover {	color:#ffff00;text-decoration:none;}

a.nav_black:link {color: #000000;text-decoration: none}
a.nav_black:visited {color: #000000;text-decoration: none}
a.nav_black:hover {color: #FF0066;text-decoration: none;}



/* 链接样式 */
a:link{color: #000000;text-decoration: none;}
a:visited{color: #000000;text-decoration: none;}
a:hover{color: #FF6600;text-decoration: underline;}

a.red:link {color:#ff0000;text-decoration:none;}
a.red:visited {color:#ff0000;text-decoration:none;}
a.red:hover {	color:#ff0000;text-decoration:underline;}


/* 字体颜色 */
.docParameter{color:#666666}
.redFont {color: #FF0000}
.blackFont {color: #000000;filter: DropShadow(Color=ffffff, OffX=1, OffY=1, Positive=1);}
.whiteFont {color: #FFFFFF}
.coffeeFont {color: #CC3300;}
.blueFont { color:#003399}

/* 标题样式 */
.title1 {font-size: 14px;	color: #333333;font-weight: bold;}
.titleName {font-size: 14px;color: #0066CC;font-weight: bold;}
.CompanyName {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	font-family: "Tahoma","宋体", "MS Shell Dlg";
	filter: Glow(Color=#4F4EA7, Strength=3);}


.button {
	font-size: 12px;
	font-family: "Tahoma","宋体", "MS Shell Dlg";
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e8e8e8;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #e8e8e8;
	background-color: #c8c8c8;
}
/* design by 4wenzi */
