/*基本风格 start*/
a:link {
	color:#000060;
	text-decoration: none;
	line-height: 120%;
}
a:visited {
	color: #000080;
	text-decoration: none;
	line-height: 120%;
}
a:hover {
	color: #000080;
	text-decoration: underline;
	line-height: 120%;
}
a:active {
	color: #000000;
	text-decoration: none;
	line-height: 120%;
}

body {
	/*filter:Gray;沉痛悼念汶川大地震中的遇难同胞519-521*/
	font-family: 宋体;
	font-size: 12px;
	line-height: 140%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table,form,td{
	font-family: 宋体;
	font-size:12px;
	line-height: 130%;
}

select {
	background-color: #ffffcc;
	font-family: 宋体;
	font-size: 18px
	height: 12pt;
}

textarea {
	font-family: 宋体;
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #cccccc;
	border-bottom-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
}

fieldset {
	font-family: 宋体;
	font-size: 12px;
	line-height: 140%;
	padding-left: 5px;
	padding-right: 5px;
}

input{
	padding-top: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #cccccc;
	border-bottom-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	font-family: 宋体;
	font-size: 9pt;
}

Input.bttn{
	font-family: 宋体;
	font-size: 12px;
	height: 16pt;
	padding-top: 1.5pt;
	color: black;
	background-color: #e0e0e0;
	border-right: 1 solid #787C80;
	border-bottom: 1 solid black;
	border-left: 1 solid #F8F8FF;
	border-top: 1 solid #F8F8FF;
	cursor: hand; 
}
/*基本风格end*/
/*导航菜单风格start*/
.trans_div
{
	FILTER: Alpha(Opacity=88, FinishOpacity=88, Style=1, StartX=1, StartY=1, FinishX=1, FinishY=1)
}
.topborder
{
	BORDER-RIGHT: #7d7d7d 1px solid;
	BORDER-TOP: #7d7d7d 1px solid;
	BORDER-LEFT: #7d7d7d 1px solid;
	BORDER-BOTTOM: #7d7d7d 1px solid
}
/*导航菜单风格end*/
/*主体显示风格start*/
.news_content{
	font-family: 宋体;
	font-size:14px;
	line-height: 160%;
}
.product_content{
	font-family: 宋体;
	font-size:14px;
	line-height: 160%;
}
.info_content{
	font-family: 宋体;
	font-size:14px;
	line-height: 160%;
}
/*主体显示风格end*/
/*DataGrid风格start*/
.DataGrid {
	background-color:White;
	border-collapse:collapse;
	width: 99%;
	border: 1px solid #A2BAEA;
} 
.DataGrid_Header {
	vertical-align:middle;
	height: 22px;
	background-image: url(/cn/image/tableHead_bg.gif);
	cursor: default;
} 
.DataGrid_HeaderLink {
	color: #F6F9FF;
} 
.DataGrid_Item {
	height: 22px;
	background-color: #E8EEFA;
} 
.DataGrid_AltItem {
	height: 22px;
	background-color: #f6f6f6;
	cursor: default;
} 
.DataGrid_Select {
	color: #F6F9FF;
	background-color: #738A9C;
	height:24px;
} 
.DataGrid_Pager {
	height: 24px;
	background-color: #e0e0e0;
	text-align:right;
	cursor: default;
} 
.DataGrid_Footer {
	height: 25px;
	background-color: #dfdfdf;
	cursor: default;
} 
/*DataGrid风格end*/
/*关键词start*/
.hk	{
	line-height:10%;
	color:white;
	font-size:1px;
}
.hk A:Link{
	color:white;
	font-size:1px;
}
.hk A:visited {
	color: white;
	text-decoration: none;
	line-height: 10%;
}
/*关键词end*/