*{
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

body{
	background: #EEE;
	color: #333333;
	font-family: Arial, MS Gothic,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

a{
	text-decoration: none;
	color: #EA4100;
}

a:hover{
	color: #666666;
}
#wrap{
	width: 776px;
	background: White;
	margin: 0 auto;
	text-align: left;
}
table{
	background: White;
	margin: 0 auto;
}
td{
	vertical-align: top;
}
#nav{
	background: url(../images/navbg.jpg);
	height: 34px;
}
#nav li{
	background: url(../images/vline.jpg) no-repeat 100% 50%;
	float: left;
}
#nav li a{
	line-height: 34px;
	display: block;
	font-weight: bold;
	text-align: center;
	width: 90px;
	color: #333;
	font-size: 14.7px;
}
#nav li a:hover{
	color: #999;
}
.left{
	width: 190px;
	border-right: solid 1px #CCC;
}
.title{
	background: #EEE2D5 url(../images/dot.gif) no-repeat 5px 6px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 28px;
}
p{
	padding: 10px 0 0;
	text-indent: 0;
}
.i{
	float: left;
	padding-right: 10px;
}
.cs{
	background: url(../images/bg.gif) no-repeat bottom right;
}
.bottom{
	height: 66px;
	background: url(../images/bottombg.jpg);
}
.tab{
	border-collapse: collapse;
	
}
.tab td{
	border: solid 1px #666;
	padding: 4px;
}
.tab td p{
	padding: 0;
	text-indent: 0;
}
ul#lnav{
	padding: 10px 15px 25px;
}
ul#lnav li{
	line-height: 25px;
	border-bottom: solid 1px #CCC;
	background: url(../images/dot4.gif) no-repeat 0 50%;
	padding-left: 18px;
}