table {
	width: 530px;
}

table.councils {
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	margin-top: 20px;
}

td {
	vertical-align: top;
	border-width: 1px 0 0 0;
	border-color: #E0E0E0;
	border-style: solid;
}

.area-subdivision {
	text-align: right;
	font-size: 110%;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

tr.phone {
	font-weight: bold;
}

td.suburb {
	text-align: left;
	font-weight: bold;
	background-color: #F9F9F9;
}

.no-border {
	border-width: 0;
}

div.to-top {
	background-image: url(../images/hatching-grey.gif);
	text-align: center;
}

span.to-top {
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	font-size: 90%;
	color: #666666;
}