/* ---默认页面边角为0，及字号皆为13，色彩默认为灰色,统一使用v字体--- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666;
}

a.red:link {
	color: #CC0000;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #CC0000;
}
a.red:hover {
	text-decoration: none;
	color: #ff4400;
}
a.red:active {
	text-decoration: none;
	color: #CC0000;
}

a.blue:link {
	color: #103f75;
	text-decoration: none;
}
a.blue:visited {
	text-decoration: none;
	color: #103f75;
}
a.blue:hover {
	text-decoration: none;
	color: #4a4c85;
}
a.blue:active {
	text-decoration: none;
	color: #4a4c85;
}

a.redtab:link {
	color: #ff6600;
	text-decoration: none;
}
a.redtab:visited {
	text-decoration: none;
	color: #ff6600;
}
a.redtab:hover {
	text-decoration:underline;
	color: #CC0000;
}
a.redtab:active {
	text-decoration: none;
	color: #ff6600;
}
a.wite:link {
	color: #ffffff;
	text-decoration: none;
}
a.wite:visited {
	text-decoration: none;
	color: #ffffff;
}
a.wite:hover {
	text-decoration: none;
	color: #ffffff;
}
a.wite:active {
	text-decoration: none;
	color: #ffffff;
}

/* ---链接色彩结束--- */
/* ---页面默认样式结束--- */
.font1225 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height:25px;
}
.font1230 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height:30px;
}
.gray {
	color: #999;
}
.wite {
	color: #fff;
}
