dl {
	margin: 10px 0 15px 5px;
	padding: 0 10px 10px 5px;
	font-weight: bold;
	color:#50688D;
	line-height: 150%;
	font-size:14px;
	}
dl dt {
	float: left;
	width: 21px;
	margin: 10px 10px;
	text-align:center;
	background-color:#cccccc;
	}
dl dd {
	padding: 10px 0 10px 40px;
	border-bottom: 1px #CCCCCC dotted;
}

dl dd span{
	color:#444444;
	font-size:12px;
	font-weight:normal;
}


table.tbl4 {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 570px;
	border-collapse: collapse;
/*	border-spacing: 2px;*/
	font-size: 100%;
	line-height:18px;
	border: solid 1px #999;

}

table.tbl4 caption {
	margin-top: 1em;
	text-align: right;
}

table.tbl4 th,
table.tbl4 td {
	padding: 6px 10px;
	border: solid 1px #999;
}

table.tbl4 th {
	background: #dddddd;
	text-align: left;
	/*	white-space: nowrap;
color: #FFF;*/
}

table.tbl4 td {
	white-space: nowrap;
}

table.tbl4 col.col1 {
	background: #fff3f3;
	width:25%;
}

table.tbl4 col.col2 {
	background: #EBEEFF;
}

