table.profile {
	width:280px;
	font-size:12px;
}
.item table.profile th{
	background-color: #ffffff;
	background-image:url("../images/bg_profile_th.gif");
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:6px 6px 6px 20px;
	width:100px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-top:1px dotted #666666;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #666666;
}
.item table.profile td{
	width:250px;
	font-weight:normal;
	text-align:left;
	padding:0.5em;
	border-top:1px dotted #666666;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #666666;
	line-height:1.5em;
}
.item .eodoc{
	clear:both;
}
table.history {
	width:400px;
	font-size:12px;
}
.item table.history th{
	background-color: #ffffff;
	background-image:url("../images/bg_profile_th.gif");
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:6px 6px 6px 20px;
	width:100px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-top:1px dotted #666666;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #666666;
	white-space:nowrap;
}
.item table.history td{
	width:250px;
	font-weight:normal;
	text-align:left;
	padding:0.5em;
	border-top:1px dotted #666666;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #666666;
	line-height:1.5em;
}