@import "suggestions.css";

.browseHeading {
	background-color: #600;
	color: #fff;
}

.browseH3 {
	font-size:14px;
	margin:0px;
}

.browseCity {
	border: 1px #999 solid;
	color: #009;
}

.browseSubdivision {
	width:250px;
}
.browseSubdivisionCount {
	width:80px;
}
.browseSubdivisionValue {
	width:120px;
}

.browseCityCount {
	border: 1px #999 solid;
	font-weight: bold;
}

.browseLink {
	border-bottom: 3px #9C9 double;
	color: #000;
	line-height: 120%;
	text-decoration: none;
}

.browseLink:visited {
	color: #000;
	border-bottom: 3px #D0ffD0 double;
}

TH {
	text-align: left;
}

.censusTitle {
	background-color: #ff9;
	font-size:9pt;
	font-weight:bold;
	padding:4px 2px;
}

.censusHeading {
	font-size:9pt;
	font-style:italic;
	border-bottom: 1px #999 solid;
}
.censusRow {
	font-size:8pt;
	border-bottom: 1px #999 dashed;
}

.rosterAgentImage {
	border: 1px #ccc solid;
}

.rosterAgentName {
	font-size: 14px;
	font-weight: bold;
}
