﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #323c46;
	font-size: 11px;
	background: #aac2d1;
}

/* Elements */
a {
	color: #044484;
}

a:hover {
	color: #6085b2;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #001854;
	font-family: Georgia, Times New Roman, Serif;
	margin-bottom: 12px;
	margin-left: 1px;
}

h2.TeamHeader {
	margin-bottom: 25px;
}

h2.TeamHeader span {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #323c46;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #001854;
	padding-bottom: 10px;
}

h3 span {
	font-weight: normal;
	font-size: 11px;
	color: #323c46;
}

h4 {
	font-weight: bold;
	color: #323c46;
	font-size: 11px;
	margin-bottom: 4px;
}

h4 a, h4 a:hover {
	color: #001854;
}

h5 {
	font-weight: bold;
	font-size: 11px;
}

img {
	border: none;
}

p {
	margin-bottom: 14px;
	line-height: 14px;
}

div.ElevatorCopyPrintHolder {
	visibility: hidden;
	display: none;
	font-size: 0px;
	margin-left: -1000px;
}

