/* Chart Conent */
#chartContent
{
	margin: auto;
	padding: auto;
}
#chartContent {
	padding: 5px;
}
#chartContent h1 {
	margin: 10px 0;
	font: bold 16px verdana;
}
#chartContent table td {
	text-align: left;
}
/*  Chart Styles */

/* START beige and brown chart color*/
#chartBody {
	width: 750px;
	text-align: center;           
	padding: 25px 0px 25px 0px;
}

#chartBody table {
	margin-left: auto;
	margin-right: auto;
} 

#chart table, table #chart {
	border:0;
}

#chart table td, table #chart td {
	font: 10px verdana;
	background-color: #E5E3C4;
	padding: 1px;
	margin: 1px;
	text-align: left;
}
#chart table th, table #chart th {
	font: bold 10px verdana;
	color: #fff;
	background-color: #4A4946;
	text-align:center;
	padding: 1px;
	margin: 1px;
}
#chart td.white {
	background-color: #fff;
	text-align: left;
}

#chart h1, h1.chart {
	margin: 10px 0;
	font: bold 16px verdana;
}

#chart p {
	font: 11px verdana;
	width: 650px;
}

#chart td.subhead1, .chart td.subhead1  {
	background-color: #B68E39;
	color: #fff;
	font-weight: bold;
}

#chart td.subhead2, .chart td.subhead2  {
	background-color: #73706E;
	color: #fff;
	font-weight: bold;
}
/* END beige and brown chart color*/

/* START Cool Hues chart color*/

#chartblue table td, table #chartblue td {
	font: 10px verdana;
	background-color: #ECF0F0;
	padding: 1px;
	margin: 1px;
	text-align: left;
}
#chartblue table th, table #chartblue th {
	font: bold 10px verdana;
	color: #fff;
	background-color: #4265A5;
	text-align:center;
	padding: 1px;
	margin: 1px;
}
#chartblue td.white {
	background-color: #fff;
	text-align: left;
}

#chartblue h1, h1.chartblue {
	margin: 10px 0;
	font: bold 16px verdana;
}

#chartblue p {
	font: 11px verdana;
	width: 650px;
}

#chartblue td.subhead1, .chartblue td.subhead1  {
	background-color: #859CC5;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#chartblue td.subhead2, .chartblue td.subhead2  {
	background-color: #BBD4F3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#chartblue a, chartblue a:hover{
	font: normal 10px Verdana, Arial, sans-serif; 
	color: #205872; 
	line-height: 12px; 
	text-decoration: underline;
}


/* END blue chart color*/


/* START red hues chart color*/

#chartred table td, table #chartred td {
	font: 10px verdana;
	background-color: #EBE9D1;
	padding: 1px;
	margin: 1px;
	text-align: left;
}
#chartred table th, table #chartred th {
	font: bold 10px verdana;
	color: #fff;
	background-color: #9C1A1F;
	text-align:center;
	padding: 1px;
	margin: 1px;
}
#chartred td.white {
	background-color: #fff;
	text-align: left;
}

#chartred h1, h1.chartred {
	margin: 10px 0;
	font: bold 16px verdana;
}

#chartred p {
	font: 11px verdana;
	width: 650px;
}

#chartred td.subhead1, .chartred td.subhead1  {
	background-color: #6D2D2D;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#chartred td.subhead2, .chartred td.subhead2  {
	background-color: #A7A680;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#chartred a, chartred a:hover{
	font: normal 10px Verdana, Arial, sans-serif; 
	color: #205872; 
	line-height: 12px; 
	text-decoration: underline;
}

/* END red hues chart color*/

/* START gray chart color*/

#chartgray table td, table #chartgray td {
	font: 10px verdana;
	background-color: #EEEEEE;
	padding: 1px;
	margin: 1px;
	text-align: left;
}
#chartgray table th, table #chartgray th {
	font: bold 10px verdana;
	color: #fff;
	background-color: #000000;
	text-align:center;
	padding: 1px;
	margin: 1px;
}
#chartgray td.white {
	background-color: #fff;
	text-align: left;
}

#chartgray h1, h1.chartgray {
	margin: 10px 0;
	font: bold 16px verdana;
}

#chartgray p {
	font: 11px verdana;
	width: 650px;
}

#chartgray td.subhead1, .chartgray td.subhead1  {
	background-color: #464B60;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#chartgray td.subhead2, .chartgray td.subhead2  {
	background-color: #999999;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#chartgray a, chartgray a:hover{
	font: normal 10px Verdana, Arial, sans-serif; 
	color: #205872; 
	line-height: 12px; 
	text-decoration: underline;
}

/* END gray chart color*/

