﻿body {
	background-color: #EBE8D6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #282828;
}
.white{
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
.blue{
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #00288E;
}
.red{
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
}
.title{
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #00288E;
	font-weight: bold;
}
.tel{
	font-family: "黑体";
	font-size: 16px;
	line-height: 20px;
	color: #FF3300;
	font-weight: bolder;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a.view:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.view:visited {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a.view:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}

