.Copyright { padding-bottom: 10px; font-size: 10px; }
#NavigationList { display: none; }

table#networth
{
	margin: 0px auto 10px auto;
	border-collapse: collapse;
	padding: 0px;
	font-size: 90%;
	color: #fff;
}

table#networth 	thead { xbackground: #fff; }

table#networth thead th
{
	padding: 1px 10px 1px 10px;
	text-align: center;
}

table#networth tfoot
{
	xbackground: #fff;
}

table#networth tfoot td
{
	padding-top: 3px;
	border-top: 0px;
	border-bottom: 0px;
}

table#networth tbody#assets { xbackground: #fff; }

table#networth tbody#liabilities { xbackground: #fff; }

table#networth tbody#liabilities th, tbody#assets th
{
	xbackground: #fff;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0 0 10px;
}

table#networth td
{
	border-bottom: 1px dotted #ffffff;
	padding: 0 15px 0 0;
	margin: 1px 0 1px 0;
	text-align: right;
}
	
table#networth td.category
{
	text-align: left;
	padding: 0 0 0 20px;
}

table#networth tr.total
{
	border-top: 1px solid #ffffff;
	border-bottom: 0px;
	text-align: left;
}

table#networth td.total { border-bottom: 0px; }