table td{
	text-align:left;
	border:0px solid white;
}

table th{
	font-weight:normal;
	text-align:left;
	border:0px solid white;
}


table caption{
	padding: 1.3em 0em 0em 12em;
	color:#000066;
	/* funny old bunch of rules to align caption correctly. turn border back on to see full issue!*/
	border-collapse:collapse;
	display:block;
	font-weight:bold;
	padding:1em 0em;
	text-align:left;
	width:100%;
	}


table td[scope] { /* doesnt work in ie */	
	font-weight:normal;
}


