﻿table.investments {
	width:654px; 
	margin: 6px 0 27px 0;
	padding: 0;
	border-collapse: collapse;
	text-decoration:none;
	color:#a89978;
	font-size:11px;
	font-family:Tahoma;

}

table.investments tr.headerrow {
    background:0 0 no-repeat url(/images/investments/bgtitle.gif);
    z-index:1;
}


table.investments th.header
{
    padding:0 0 0 11px;
	text-align:left;
	color: #9d5b2f;
    height:26px;
    font-weight:200;
}

table.investments tr.region {
    background:0 0 no-repeat url(/images/investments/bgregion.gif);
}

table.investments th.region {
	text-align:left;
    color:#717547;
    height:19px;
    font-weight:200;
    padding:0 0 0 11px;
}

table.investments td.content {
	font-size: 11px;
	background-color:#fafaec;
    padding:16px 0 0 11px;
}

table.investments td.divider {
	background-color:#f0e2bc;
	background:0 0 no-repeat url(/images/investments/divider.gif);
	height:1px;
	width:654px;
	margin: 0;
	padding: 0; 
}

table.investments td.bottom {
	height:11px;
	background-color:#f0e2bc;
	background:0 0 no-repeat url(/images/investments/bgbottom.gif);
}