a {text-decoration: none;}

a:link {color: #000000;text-decoration: none;}    /* 未访问的链接 */
a:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #ff6600;text-decoration: none;}   /* 鼠标在链接上 */ 
a:active {color: #000000;text-decoration: none;}  /* 点击激活链接 */

a.white_a:link {color: #ffffff;}
a.white_a:visited {color: #ffffff;}
a.white_a:hover {color: #449ae8;}
a.white_a:active {color: #ffffff;}

img {
	border: 0px;
}

html {
	scrollbar-face-color: #2b73f1;
	scrollbar-highlight-color: #0650d2;
	scrollbar-shadow-color: #449ae8;
	scrollbar-3dlight-color: #449ae8;
	scrollbar-arrow-color: #02338a;
	scrollbar-track-color: #0650d2;
	scrollbar-darkshadow-color: #0650d2;
}

body {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
}

textarea {
	font-family: "Arial";
}

form {
	margin: 0px;
}

td {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
}

/* 浅蓝色背景，白色文字 */
.title {
	background:#449ae8;
	color: #ffffff;
	height: 24px;
}

/* 深蓝色背景，白色文字 */
.topbg {
	background: #0650d2;
	color: #ffffff;
	height: 24px;
	font-weight: bold;
	text-align: center;
}

/* 单元格背景，可用于td和tr标签 */
.tdbg {
	background: #f0f0f0;
	height: 24px;
}
.border {
	border: 1px solid #449ae8;
}

.bgcolor {
	background-color: #e1f4ee;
}

.tip{
	color: #666666;
}
