div#main{
	padding-bottom:20px;
	text-align:left;
	border-bottom:none;
}

#main p{
	padding-left:10px;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	height:14px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:left;
}

table.list_t{
	border-collapse: collapse;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

table.list_t th{
	text-align:center;
	background-color:#eeeeee;
	border-right:1px dotted #aaaaaa;
	border-left:1px dotted #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}

table.list_t td{
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	border-right:1px dotted #aaaaaa;
	border-left:1px dotted #aaaaaa;
	border-bottom:1px dashed #aaaaaa;
}

