/* 网站链接总的css定义*/
a{text-decoration: none;}/* 链接无下划线,有为underline,无为none  */ 
a:link {font-size: 12px;color: #779589;} /* 未访问的链接 */
a:visited {font-size: 12px;color: #779589;} /* 已访问的链接 */
a:hover{font-size: 12px;color: #779589;text-decoration: underline;} /* 鼠标在链接上position: relative; right: 0px; top: 1px; */ 
a:active {font-size: 12px;color: #779589;} /* 点击激活链接 */
/* 默认表格单元定义*/
td{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #779589;
	text-decoration:none;
}
h1 
{
	font-size: 18px;
	color: #003399;
	font-weight: bold;
	text-align: center;
}
/*Body定义*/
BODY {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	line-height: 20px;
	color: #779589;
	text-decoration: none;
	scrollbar-face-color: #f6f6f6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #ffffff;
	background-position: center;
}
/*行高定义*/
.row001 {
	line-height: 1px;}
.row001a {
	line-height: 1px;
	background-color: #92A99F;}
.row001b {
	line-height: 1px;
	background-color: #CCCCCC;}

.row002a {
	line-height: 2px;
	background-color: #CC0000;}
.row003 {
	line-height: 3px;}
.row004a {
	line-height: 4px;
	background-color: #CACA88;
}
.row006 {
	line-height: 6px;}
.row010 {
	line-height: 10px;}
.row010a {
	line-height: 10px;
	background-color: #9D9EB3;
}
.aboutbg {
	line-height: 25px;
	background-image: url(/images/main/aboutusbg.jpg);
	text-indent: 20px;
	height: 30px;
}
.vtop {
	vertical-align: top;
}
.tcenter {
	text-align: center;
}
.tbold {
	font-weight: bold;
}
.tBold-right {
	font-weight: bold;
	text-align: right;
	background-color: #f5f5f5;
}
/*表格单元定义*/
.kuan01 {
	border: 1px solid #999999;}
.kuan02 {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
.table-copyright {
	text-align: right;
	height: 50px;
}
.line01 {
	background-color: #CCCCCC;
}

.table-about {
	font-size: 15px;
	line-height: 40px;
}
.table-contact1 {
	text-align: center;
}
.table-contact2 {
	width: 180px;
	text-align: left;
}
.table-menu01 {
	font-size: 12px;
	background-image: url(/images/main/MenuBG01.jpg);
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #99b9ac;
}
.table-menu02 {
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #99b9ac;
}
a:link.table-menu {font-size: 12px;color: #F9F9F9;} 
a:visited.table-menu {font-size: 12px;color: #F9F9F9;} 
a:hover.table-menu{font-size: 12px;color: #415F53;text-decoration: none;} 
a:active.table-menu {font-size: 12px;color: #F9F9F9;}
.td.table-menut {font-size: 12px;color:#F9F9F9;}
.table01 {
	text-align: center;
	height: 100px;
}
.title01 {
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
	color: #779589;
}
.title02 {
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
	color: #990000;
}

