

h2{
	margin:0px;
	margin-top:20px;
	margin-left:50px;
	padding:0px;
	width:800px;
	height:65px;
	font-size:9px;
	line-height:9px;
	text-indent:-10000px;
	color:#FFF;
	background-image:url(img/title.gif);
	background-repeat:no-repeat;
}

/*---------------list------------------------*/

.table{
	width:700px;
	margin:0px 0px 0px 50px;
	padding:0px 0px 0px 0px;
}


dl {
	margin:0px;
	padding:0px 0px 0px 100px;

}

dl dt {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float: left;
	width: 17em;
	line-height: 30px;
}
dl dd {
	margin:0px 0px 0px  0px;
	padding:0px 0px 0px 17em;
	line-height: 30px;
	border-bottom: 1px #e8e8e8 solid;
}
