.state {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6060CA;
	display: block;
	width: 400px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.regionalOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B3002D;
}
.stateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990099;
	text-decoration: none;
}

.stateLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6060CA;
	text-decoration: underline;
}
.city {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333399;
	margin-left: 30px;
}
.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-left: 60px;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-left: 60px;
	margin-right: 60px;
}
.email {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
.email:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #6060CA;
	text-decoration: underline;
}

