body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, tr, td, p, div {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	line-height: 150%
}

input {
	font-family: "宋体";
	font-size: 12px;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}

input.noborder {
	font-family: "宋体";
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	font-family: "宋体";
	font-size: 12px;
	color: #00458B;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color:00458B;   
}

a.white {
	font-family: "宋体";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white:visited {
	color: #FFFFFF;
}
.t_wingdings_red {
	font-family: wingdings;
	color: red;
}
.t_title {
	font-family: "黑体";
	font-size: 16px;
}