body  {
	clear:left;
	position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 13px;
	color: #2d2d2d;
	margin: 0; 
	padding: 0;
	text-align: center; 
	line-height: 21px;
	background-color:#fff;
}
table.indicator-table  {
	border-collapse: collapse; 
	margin: 1px;
}
table.indicator-table,
table.indicator-table th,
table.indicator-table td,
table.indicator-table tr  {
	border: 1px solid black;
	padding: 3px;
}
 table.indicatortable tbody tr td,table.indicatortable thead tr th {
        font-size:13px;
        font-weight:bold;
	    padding: 7px;
	    border-style: solid;
	    border-color: #515151;
    }
        table.indicatortable tbody tr td.blank 
        {
            width:200px;
            border-width:0 0 1px;
        }
        table.indicatortable tbody tr td.top,
        table.indicatortable thead tr th
        {
	        background-color: #e0bc7e;
	        color: #515151;
	        border-top-width: 1px;
	        border-right-width: 1px;
	        border-bottom-width: 1px;
	        text-align: center;
			font-weight:bold;
        }
        table.indicatortable tbody tr td.leftcol{
	        background-color: #90a1a8;
	        color: #ffffff;
	        border-width: 0 1px 1px 1px;
	        width:200px;
        }
            table.indicatortable tbody tr td.leftcol.dark
            {
                background-color:#617983;
            }
            table.indicatortable tbody tr td.leftcol.rightbdr
            {
							border-width: 0 1px 1px 1px;
            }
        table.indicatortable tbody tr td.data{
	        background-color: #f3f4ee;
	        color: #515151;
	        font-size: 11px;
	        border-width: 0 1px 1px 0px;
	        text-align: center;
	        vertical-align: middle;
			font-weight:normal;
        }
        table.indicatortable tbody tr td.leftbdr,table.indicatortable th.leftbdr
        {
            border-left-width:1px;
        }
div.centered-tables table {
	margin-left: auto;
	margin-right: auto;
}
span.ital
{
     font-style:italic;
}
span.indent  {
    padding-left:15px;
}


a {
	color:#995522;	
	font-weight:bold;
	cursor:pointer;
}

table.indicatortable tbody tr.highlight-row
{
	font-weight: bold;
}

table.indicatortable tbody tr.highlight-row td.leftcol
{
	background-color: #90A1A8;	
}