﻿.big_text {
	font-size: 11pt;
	font-family: arial;
	color: black;
}

.big_bold {
	font-size: 11pt;
	font-family: Arial;
	color: black;
	font-weight: bold;
}

.small_text {
font-family:Arial;
font-size: 10pt;
	font-weight: 400;
}

.small_bold {
	font-size: small;
	font-family: arial;
	color: black;
	font-weight: bold;
}

.small_italic {
	font-size: small;
	font-family: Arial;
	color: black;
	font-style: italic;
	}
	
.small_headline {
	font-size: 12pt;
	font-family: Arial;
	color: black;
	font-weight: bold;
}

.cities {
	font-size: 12pt;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
}


.medium_headline {
	font-size: 14pt;
	font-family: Arial;
	color: #663333;
	font-weight: bold;
}

.testimonials_text {
	font-size: small;
	font-family: Arial;
	font-style: italic;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}