﻿#interest-locations {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	color: black;
	font-size: large;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 40px;
	margin-bottom: 60px;
}
#interest-locations ul {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	z-index: 1;
}
#interest-locations h3 {
	font-weight: bold;
	color: #800000;
}
#interest-locations ul li {
	padding: 0px 0px 12px 15px;
	list-style-type: none;
}
.locations-state {
	color: #000099;
	font-weight: bold;
	font-variant: normal;
	font-size: 100%;
	text-transform: uppercase;
}
.locations-extensive {
	color: #9E0508;
	font-weight: bold;
}
.locations-some {
	font-weight: bold;	
}
.locations-little {
	
}
#interest-surnames {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	text-transform: uppercase;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 40px;
	margin-bottom: 60px;
	}
#interest-surnames ul {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	z-index: 1;
	text-align: center;
}
#interest-surnames ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	display: inline;
	line-height: 35px;
}
.gen1-extensive ul li a {
	color:#9E0508;
}
.gen1-extensive {
	font-size: x-large;
	color: #9E0508;
	font-weight: bold;
}
.gen5-extensive {
	font-size: large;
	color: #9E0508;
	font-weight: bold;
}
.gen5-some {
	font-size: large;
	color:black;
	font-weight:bold;
}
.gen5-little {
	font-size: large;
	color:black;
	font-weight:normal;
}
.gen5-none {
	font-size: large;
	color:gray;
	font-weight:normal;
}
.gen7-extensive {
	font-size:medium;
	color: #9E0508;
	font-weight: bold;
}
.gen7-some {
	font-size:medium;
	color:black;
	font-weight:bold;
}
.gen7-little {
	font-size:medium;
	color:black;
	font-weight:normal;
}
.gen7-none {
	font-size:medium;
	color:gray;
	font-weight:normal;
}
.gen9-extensive {
	font-size:small;
	color: #9E0508;
	font-weight: bold;
}
.gen9-some {
	font-size:small;
	color:black;
	font-weight:bold;
}
.gen9-little {
	font-size:small;
	color:black;
	font-weight:normal;
}
.gen9-none {
	font-size:small;
	color:gray;
	font-weight:normal;
}


