/* SLCC Styles  for tables*/

#data{
margin: 0 10px 0px 0px;
}

#data table{
width:520px;
margin: 5px 0px 15px 20px;
padding:0;
}
#data table td{
	font-size:70%;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:4px;
}
#data table thead td{
	background-color:#0000ff;
	color:#fff;
	font-weight:bold;
}

#data table thead td.year{
	background-color:#666;
	border:none;
}
#data table tfoot td{
background-color:#d76623;
height:3px;
border:none;
padding:0;
}

#data table td.noborder{
	border-left:none;
}