﻿html
{
	text-align: center;
}
body
{
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	font: 12px arial,simsun,sans-serif;
}
img
{
	border: none;
}
.txtNormal
{
	border: solid 1px #859AAA;
	height: 15px;
}
.btnWidth50
{
	border: none;
	width: 55px;
	height: 19px;
	background: url(Image/btnWidth50.gif) no-repeat center;
}
.btnSearch
{
	border: none;
	width: 55px;
	height: 18px;
	background: url(Image/btnSearch.gif) no-repeat center;
}
.txtSearch
{
	border: solid 1px #859AAA;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.hr
{
	background: url(Image/bgBorderDotted.gif) repeat-x center;
	height: 7px;
}
.number01
{
	background: url(Image/icoList01.gif) no-repeat left center;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	border: none;
	text-align: center;
	width: 14px;
	height: 13px;
	font-size: 10px;
}
.number02
{
	background: url(Image/icoList02.gif) no-repeat left center;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	border: none;
	text-align: center;
	width: 14px;
	height: 13px;
	font-size: 10px;
}
/*-------------------------
	普通链接
-------------------------*/
a:Link, a:Visited, a:Hover, a:Active
{
	color: #16387C;
	text-decoration: none;
}
a:Hover
{
	color: #16387C;
	text-decoration: underline;
}
img
{
	border: none;
}

/*-------------------------
	加粗链接
-------------------------*/
a.b:Link, a.b:Visited, a.b:Hover, a.b:Active
{
	font-weight: bold;
}
/*-------------------------
	红链接
-------------------------*/
a.red:Link, a.red:Visited, a.red:Hover, a.red:Active
{
	color: Red;
}

/*-------------------------
	白链接
-------------------------*/
a.white:Link, a.white:Visited, a.white:Hover, a.white:Active
{
	color: #fff;
}
/*-------------------------
	绿链接
-------------------------*/
a.green:Link, a.green:Visited, a.green:Hover, a.green:Active
{
	color: #669E17;
}
/*-------------------------
	14链接
-------------------------*/
a.f14:Link, a.f14:Visited, a.f14:Hover, a.f14:Active
{
	font-size: 14px;
}
/*-------------------------
	橙色链接
-------------------------*/
a.orange:Link, a.orange:Visited, a.orange:Hover, a.orange:Active
{
	color:#F06E0E;
	text-decoration: none;
	font-size:12px;
}
/*-------------------------
	白链接
-------------------------*/
a.dust:Link, a.dust:Visited, a.dust:Hover, a.dust:Active
{
	color: #5D5D5D;
}
/*-------------------------
	蓝色链接
-------------------------*/
a.leftBlue:Link, a.leftBlue:Visited, a.leftBlue:Hover, a.leftBlue:Active
{
	color:#2269C3;
	text-decoration: none;
	font-size:12px;
}