/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body,table td,table th,div,p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#FE4A02;
	text-decoration:underline;
}
p{
	line-height:18px;
	text-align:left;
}
h3{
	color:#004E97;
	font-size:14px;
	line-height:25px;
	text-align:left;
}
#home{
	background:#ffffff url(../images/bg.gif) repeat-x top; 
}
#main{
	background:url(../images/mainBg.gif) no-repeat top right;
	padding:0 12px 10px 22px;
}
#nav{
	background:url(../images/navBg.gif) no-repeat;
	width:198;
	height:392px;
	margin-bottom:10px;
}
#nav table td{
	text-align:left;
}
#nav .link01 a,.link01 a:hover{
	background:url(../images/navLink.gif) no-repeat;
	display:block;
	height:24px;
	width:138px;
	text-align:left;
	text-decoration:none;
	line-height:24px;
	color:#fff;
	padding:0 5px;
}
#nav .link02 a{
	text-align:left;
	text-decoration:none;
	line-height:20px;
	color:#0C4680;
	margin:0 10px;
}
#nav .link02 a:hover{
	text-decoration:underline;
}
#menu{
	margin-right:15px;
	margin-bottom:10px;
	float:right;
	list-style:none;
}
#menu li{
	float:right;
	margin-left:2px;
	display:inline;
}
#menu a{
	padding-top:3px;
	display:block;
	color:#004E97;
	text-decoration:none;
	text-align:center;
	background:url(../images/menuLink.gif) no-repeat;
	font-weight:bold;
	width:90px;
	height:27px;
	line-height:27px;
}
#menu a:hover{
	display:block;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/menuHover.gif) no-repeat;
}
#menu .cursor a,.cursor a:hover{
	display:block;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/menuHover.gif) no-repeat;
	cursor:default;
}
.foot{
	border-top:2px #ADD5E3 solid;
	margin-top:10px;
	padding-top:8px;

}
.good{
	background:url(../images/goodBg.gif) no-repeat;
	height:67px;
	list-style:none;
	padding:10px 0;
	margin-left:0px;	
}

.good li{
	background:url(../images/ico02.gif) no-repeat 10px 5px;
	text-align:left;
	padding-left:25px;
	line-height:18px;
}
.step h3,p{
	margin-left:15px;
}
.tHead{
	background:url(../images/titleBg.gif) no-repeat bottom;
	height:30px;
	margin-bottom:5px;
}
.tHead h3{
	color:#000000;
}
.tList td{
	color:##333333;
	line-height:22px;
	background:url(../images/line.gif) repeat-x bottom;
	text-align:left;
	padding-left:5px;
}
.tList a,a:hover{
	text-decoration:none;
}
.tList a:hover{
	text-decoration:none;
	color:#FE4A02;
}
.tList .date{
	padding:0 5px 0 10px;
	text-align:right;
}
.fLable{
	color:#FE4A02;
	font-weight:bold;
}
