body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	font-size: 10pt;
	line-height: 125%;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
}
.bold {
	font-size: 13pt;
	font-weight: bold;
}
.upper-case {
	font-size: 10pt;
	text-transform: uppercase;
}
.image-left {
	overflow: visible;
	padding-right: 15px;
	padding-top: 30px;
}
.content-wrapper {
	padding-top: 30px;
	padding-bottom: 20px;
}

.team-wrapper {
	padding-top: 30px;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
}

.heading {
	font-size: 14pt;
	font-weight: normal;
	line-height: 110%;
}

.subheading {
	font-size: 11pt;
	font-weight: bold;
}
a:link {
	color: #004583;
	text-decoration: none;
}
a:visited {
color: #004583;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	background-color: #004583;
}
