/*=========================
	站点公共样式
==========================*/
body{
	margin:0px;
	padding:0px;
	color:#737373;
	font-size:9pt;
	background:#ececef;
	font-family: Arial, Helvetica, sans-serif; 
}
li{
	list-style:none;
	display:inline
}
table,td{
	font-size:9pt;
}
.tabledate {
	border-bottom-width: 1pt;
	border-bottom-style: dashed;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #00E3333;
	border-left-color: #99CCFF;
}
.tabledate1 {
	border-bottom-width: 1pt;
	border-bottom-style:dashed ;
	border-top-color: #CCFF99;
	border-right-color: #999999;
	border-bottom-color: #00E3333;
	border-left-color: #99CCFF;
}

tr,ul,li,span,div,img,h1,h2,form{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif; 
}
img{border:0px;}
a:link{color:#737373; text-decoration:none;}
a:visited{color:#737373; text-decoration:none;}
a:hover{color:Blue; text-decoration:underline;}

.white:link{color:#ffffff; text-decoration:none;}
.white:visited{color:#ffffff; text-decoration:none;}
.white:hover{color:yellow; text-decoration:underline;}

.red:link{color:#ff0000; text-decoration:none;}
.red:visited{color:#ff0000; text-decoration:none;}
.red:hover{color:#737373; text-decoration:underline;}

.black:link{color:#000000;text-decoration:none;}
.black:visited{color:#000000;text-decoration:none;}
.black:hover{color:#737373;text-decoration:underline;}

.blue:link{color:blue; font-size:10pt;text-decoration:none;}
.blue:visited{color:blue;font-size:10pt;text-decoration:none;}
.blue:hover{color:#737373;text-decoration:underline;}
