.text { font: normal 11pt/12pt "Arial", "Verdana", "Helvetica", "sans-serif"; 
color: black; 
background: #FFFFFF; text-transform: none}

H1 { font: normal 22pt/24pt "Arial"; color: #000066; }

A:link {  text-decoration: none; color: #000066}
A:visited {  text-decoration: none; color: #000099}
A:hover {  color: #000066; text-decoration: underline}
A:active {  color: #FFCC66; text-decoration: underline}

table.data 
{
	border: 1px solid #666;
	align: center;
	width: 80%;
}

table.data_index_es
{
	border: 1px solid #666;
	align: center;
	width: 100%;
}
table.data_grant_es
{
	border: 1px solid #666;
	align: center;
	width: 100%;
}

th.income_header
{
	background-color: #FFCC66;
	width:60%;
}

th.household_header
{
	background-color: #FFCC66;
	width:40%;
}

td.data1
{
	text-align: center;
	width:60%;
}

td.data2
{
	text-align: center;
	width:40%;	
}

td.data
{
	text-align: center;
	width:50%;
	
}

tr.odd
{
	background-color: #EEEEEE;
}

tr.even
{
	background-color: #FFEEAA;
}

