

.bodystyle{
	width: 800px;
	margin: 0px auto;
}

.basestyle{
	border: #ccc 1px solid;
	width: 800px;
	margin: 3px;
}

.outline{
	padding: 10px;
	background-color: #ffffff;
	margin: 5px;
}

.tlist{
	border-collapse:separate;
	border-spacing:8px;
	border:0px
}

.tlist2{
	border-collapse:separate;
	border-spacing:8px;
	border:0px;
}

.space{
	padding: 0 0 15 30;
}

.item{
	/*height:25px;*/
	width: 150px;
	margin-left:20px;
	padding: 4 0 0 25;
	background-image: url(item.png);
	background-repeat: no-repeat;
	border-bottom: 4px dotted #DDDDDD ;
	
}

.iecenter {
	width: 100%;
	text-align: center;
}

.ieleft {
	text-align:left;
}


