@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-size:80%;
	line-height:1.5em;
	color:#333;background:url(../images_new/bodyBg.gif) top center repeat-y;
	background-color:#a5deef;
}
a {
	color:#001eff;
	text-decoration:underline;
}
a:hover {
	color:#ff5400;
	text-decoration:none;
}
.main {
	margin:0 15PX;
	/* padding-bottom:10PX; */
	/* background:url(../images_new/lineA.gif) left bottom repeat-x; */
}
.topBg {
	background:url(../images_new/logoBg.jpg) top center no-repeat;
}
.view {
	background:url(../images_new/viewBg.png) top center no-repeat;
	text-align:center;
	font-size:84%;
	margin:4px auto;
}
.footer {
	background:url(../images_new/footerBg.gif) top center no-repeat;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	font-size:92%;
	}
h3 {
	font-size:120%;
	color:#ff4200;
}
h3.news {
	background:url(../images_new/icon_titleA.gif) left top no-repeat;
	padding:12px 0 18px 55px;
	margin:0;
}
h3.apply {
	background:url(../images_new/icon_titleB.gif) left center no-repeat;
	padding:0 0 4px 15px;
	/* margin:12px 0 5px 0; */
	margin:5px 0 5px 0;
}
.apply p {
	padding:3px 0 3px 15px;
	margin:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
ul.newsList a {
	color:#0072ff;
	text-decoration:none;
	padding-left:20px;
}
ul.newsList a:hover {
	color:#039;
	text-decoration:underline;
}
ul.applyList {
	padding-left:15px;
}
ul.applyList a {
	color:#001eff;
	text-decoration:underline;
}
ul.applyList a:hover {
	color:#ff5400;
	text-decoration:none;
}
.service table {
	padding:0;
	margin:0;
}
.service th {
	background:url(../images_new/table_thBg.gif) left bottom repeat-x;
}
.tdBg {
	background-color:#ffeccb;}
.textCenter {
	text-align:center;
}
.fontEn {
	font-family:Arial, Helvetica, sans-serif;
}
.bannerZone {
	background-color:#e8e8e8;
	overflow:auto;
	padding:10px 0 10px 35px;
	margin-top:10px;
	margin-bottom:10px;
}
.bannerZone li {
	float:left;
	width:200px;
	padding:0 5px;
}
.downloadList {
	color:#001eff;
	text-decoration: none;
	cursor:default;
	
}
.downloadList:hover {
	color:#001eff;
	text-decoration:none;
	cursor:default;
}
.title
{
	font-size:100%;
	font-weight:bold;
	color:#000080;
}
.divIndent
{
	margin: 5px 0px 5px 20px;
}