.OtherYear {}
a.CurrentYear {
	font-size:150%;
	color:#a33;text-decoration:underline;
	font-weight:bold;
}

.Q {
	font-weight:bold;
}
.A {
	margin-left:1em;
}
ul.compressed li p {
	margin-top:0;
	margin-bottom:0;
}

.PayTable {
	border-collapse:collapse;
	width:100%;
}
.PayTable td, .PayTable th {
	border: 2px solid #ccc;
	padding:.5em;
}
table.PayTable thead th {
	background-color:#ccc;
}
table.PayTable tbody th {
	text-align:left;
}
table.PayTable tbody td {
	text-align:center;
}

table.LocdefTable {
	border-collapse:collapse;
	width:90%;
	margin-left:5%;
	margin-bottom:1em;
}
table.LocdefTable td, table.LocdefTable th {
	border: 1px solid #ccc;
	padding:3px 1em;
}
table.LocdefTable thead th {
	background-color:#eee;
}
table.LocdefTable tbody th {
	text-align:left;
	font-weight:normal;
	width:60%;
}
table.LocdefTable tbody td.FIPS {
	text-align:center;
}
