﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Times New Roman, Serif;
	font-size: 15px;
	color: #09365f;
}

a {
	color: #024b90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 21px;
	margin-bottom: 16px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

h5 {
	font-size: 16px;
	margin-bottom: 0px;
}



p {
	margin-bottom: 16px;
	line-height: 24px;
}

p.ElevatorCopy {
	font-size: 21px;
	line-height: 24px;
}

ul {
	list-style: none;
}

div.BottomRow p, div.BottomRow ul, div.BottomRow a {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #5f7283;
}

div.BottomRow p {
	line-height: normal;
	margin: 0;
}


