#bgfill {
	background: none;
	background-color: #FFFFFF;
}

.header {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #1C3C72;
	background: url('images/borderhr.gif') bottom left repeat-x;
}
.subheader {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #1C3C72;
}

.mapheader {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #1C3C72;
}

.menusubheader {
	font-size: 10px;
	color: #999999;
}

.resultListing {
	padding-top: 10px;
	padding-bottom: 10px;
}

.content {
	font-size : 12px;
	color: #666666;
	line-height: 16px;
}
/*
.content ul, .content ol {
	font-size: 12px;
	color: #1C3C72;
}
*/
.content a:link, .content a:visited {
	color: #1C3C72;
	text-decoration: underline;
}
.content a:hover, .content a:active {
	color: #1C3C72;
	text-decoration: none;
}


a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #1C3C72;
	text-decoration: underline;
}
a.sub:hover, a.sub:active {
	color: #1C3C72;
	text-decoration: none;
}

a.regularSuggestion {
	font-size: 14px;
}
a.regularSuggestion:link, a.regularSuggestion:visited {
	color: #1C3C72;
	text-decoration: underline;
}
a.regularSuggestion:hover, a.regularSuggestion:active {
	color: #1C3C72;
	text-decoration: none;
}

a.selectedSuggestion {
	font-size: 14px;
}
a.selectedSuggestion:link, a.selectedSuggestion:visited {
	color: #990000;
	text-decoration: underline;
}
a.selectedSuggestion:hover, a.selectedSuggestion:active {
	color: #990000;
	text-decoration: none;
}


.sitename {
	font-size : 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentgrey {
	font-size : 12px;
	color: #666666;
	line-height: 16px;
	background: #EEEEEE;
}
.contenterror {
	font-size : 12px;
	color: #990000;
}

