body {
	margin: 0px auto;
	font-size: 9pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.font14red {
	font-size: 14px;
	color: #CC0000;
	line-height: 24px;
	font-weight:bold;
}
.font14w{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	font-weight:bold;
}
.font14blue{
	font-size: 14px;
	color: #2F52A4;
	line-height: 24px;
	font-weight:bold;
}
.fontblue{
	color: #2F52A4;
	line-height: 24px;
}
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #E70308;
	text-decoration: none;
}
a.blue:link {
	color: #2F52A4;
	text-decoration: none;
}
a.blue:visited {
	color: #2F52A4;
	text-decoration: none;
}
a.blue:active {
	color: #2F52A4;
	text-decoration: none;
}
a.blue:hover {
	color: #2F52A4;
	text-decoration: underline;
}
a.red:link {
	color: #CC0000;
	text-decoration: none;
}
a.red:visited {
	color: #CC0000;
	text-decoration: none;
}
a.red:active {
	color: #CC0000;
	text-decoration: none;
}
a.red:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.white:link {
	color: #fff;
	text-decoration: none;
}
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:active {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	color: #fff;
	text-decoration: underline;
}

.font16 {
	font-family: "黑体";
	font-size: 18px;
	color: #CC0000;
}
.fontred{color: #CC0000;
}
.border3{border-left:1px solid #369BD3;border-right:1px solid #369BD3;border-bottom:1px solid #369BD3;}
.font14{font-size: 14px;}
.grayword{color: #666;}