/*[公共common*/
BODY {
	background-color: #FFFFFF; scrollbar-face-color: #DEE3E7;scrollbar-highlight-color: #FFFFFF;scrollbar-shadow-color: #DEE3E7;scrollbar-3dlight-color: #D1D7DC;scrollbar-arrow-color:#006699;scrollbar-track-color:#EFEFEF;scrollbar-darkshadow-color: #98AAB1;	margin:0px;margin-top:0px;
}
.mainContent {
	padding:10px;padding-right:0px;
}
td,blockquote {
	font-size:12px;line-height:150%;
}
form {
	margin:0px;
}
div{
	font-size:14px;line-height:150%;
}

p {
	font-size:14px;text-indent:0px;line-height:150%;
}
/*
开始说明：默认超链接样式
*/
a:link {
	color: #01329B;
	text-decoration: none;
	line-height: 18px;
}
a:visited {
	color: #01329B;
	text-decoration: none;
	line-height: 18px;
}
a:active {
	color:#01329B;
	text-decoration:none;
	line-height: 18px;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	line-height: 18px;
}


/*
开始说明：14号蓝色超链接样式
*/
a.blue14:link {
	color: #01329B;
	text-decoration: underline;
	line-height: 18px;
	font-size:14px;
}
a.blue14:visited {
	color: #01329B;
	text-decoration: underline;
	line-height: 18px;
	font-size:14px;
}
a.blue14:active {
	color:#01329B;
	text-decoration:underline;
	line-height: 18px;
	font-size:14px;
}
a.blue14:hover {
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
	font-size:14px;
}

/*
开始说明：12号蓝色粗体超链接样式
*/
a.blue12B:link {
	color: #01329B;
	text-decoration: underline;
	line-height: 18px;
	font-size:12px;
	font-weight:bold
}
a.blue12B:visited {
	color: #01329B;
	text-decoration: underline;
	line-height: 18px;
	font-size:12px;
	font-weight:bold
}
a.blue12B:active {
	color:#01329B;
	text-decoration:underline;
	line-height: 18px;
	font-size:12px;
	font-weight:bold
}
a.blue12B:hover {
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
	font-size:12px;
	font-weight:bold
}
/*
开始说明：14号蓝色粗体超链接样式
*/
a.blue14B:link {
	color: #01329B;
	text-decoration: underline;
	line-height: 18px;
	font-size:14px;
	font-weight:bold
}
a.blue14B:visited {
	color: #01329B;
	text-decoration: underline;
	line-height: 18px;
	font-size:14px;
	font-weight:bold
}
a.blue14B:active {
	color:#01329B;
	text-decoration:underline;
	line-height: 18px;
	font-size:14px;
	font-weight:bold
}
a.blue14B:hover {
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
	font-size:14px;
	font-weight:bold
}

/*
开始说明：以下为白色的超链接样式
*/
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
a.white:active {
	color:#FFFFFF;
	text-decoration:none;
	line-height: 18px;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
}
/*
开始说明：以下为淡灰色有下划线的超链接样式
*/
a.gray:link {
	color: #656565;
	text-decoration: underline;
	line-height: 18px;
}
a.gray:visited {
	color: #656565;
	text-decoration: underline;
	line-height: 18px;
}
a.gray:active {
	color:#656565;
	text-decoration:underline;
	line-height: 18px;
}
a.gray:hover {
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
}

/*
开始说明：以下为淡灰色没有下划线的超链接样式
*/


/*
开始说明：以下为淡灰色有下划线粗体的超链接样式
*/
a.gray12B:link {
	color: #656565;
	text-decoration: none;
	line-height: 18px;
	font-weight:bold
}
a.gray12B:visited {
	color: #656565;
	text-decoration: none;
	line-height: 18px;
		font-weight:bold
}
a.gray12B:active {
	color:#656565;
	text-decoration:none;
	line-height: 18px;
	font-weight:bold
}
a.gray12B:hover {
	color: #FF6600;
	text-decoration: underline;
	line-height: 18px;
	font-weight:bold
}

/*
开始说明：以下为淡灰色没有下划线的超链接样式
*/
a.gray_none:link {
	color: #656565;
	text-decoration: none;
	line-height: 18px;
}
a.gray_none:visited {
	color: #656565;
	text-decoration: none;
	line-height: 18px;
}
a.gray_none:active {
	color:#656565;
	text-decoration:none;
	line-height: 18px;
}
a.gray_none:hover {
	color: #FF6600;
	text-decoration: underline;
	line-height: 18px;
}

/*
开始说明：以下为桔红色的超链接样式
*/
a.yellow:link {
	color:#FF6600;
	text-decoration:underline;
	line-height: 18px;
}
a.yellow:visited {
	color:#666666;
	text-decoration:underline;
	line-height: 18px;
}
a.yellow:active {
	color:#FF6600;
	text-decoration:underline;
	line-height: 18px;
}
a.yellow:hover {
	color:#656565;
	text-decoration:underline;
	line-height: 18px;
}

/*
开始说明：以下为桔红色14号的超链接样式
*/
a.yellow14:link {
	color:#FF6600;
	text-decoration:underline;
	line-height: 18px;
	font-size:14px
}
a.yellow14:visited {
	color:#666666;
	text-decoration:underline;
	line-height: 18px;
		font-size:14px
}
a.yellow14:active {
	color:#FF6600;
	text-decoration:underline;
	line-height: 18px;
	font-size:14px
}
a.yellow14:hover {
	color:#656565;
	text-decoration:underline;
	line-height: 18px;
	font-size:14px
}
/*开始说明：以下为桔红色无下划线链接*/
a.red:link {
	color: #FF8B00;
	text-decoration: none;
	line-height: 18px;
}
a.red:visited {
	color: #FF8B00;
	text-decoration: none;
	line-height: 18px;
}
a.red:active {
	color:#FF8B00;
	text-decoration:none;
	line-height: 18px;
}
a.red:hover {
	color: #FF8B00;
	text-decoration: underline;
	line-height: 18px;
}
/*说明结束*/
.font12B{
	font-size:12px;
	font-weight:bold
}
.font14B{
	font-size:14px;
	font-weight:bold
}
.font14{
	font-size:14px;
}

.fontblue12B{
	color: #01329B;
	font-size:12px;
	font-weight:bold
}
.fontyellow{
	color:#FF6600
} 
.inputText {
	border:solid 1px #CCCCCC;font-size:12px;background-color:#ffffff;
}
.boxBorderStyle {
	border: solid 1px #D7D7D7;background-color:#F5F5F5;height:30px;
}
.boxBorderStyle2 {
	border: solid 1px #D7D7D7;background-color:#F5F5F5;height:22px;
}