﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000;
	background-color: #002C63;
}

a {
	color: #224B89;
	text-decoration: none;
}

a:hover {
	color: #224B89;
	text-decoration: underline;
}

a.ArrowLink {
	padding-left: 10px;
	color: #224b89;
	background: url(../Images/navArrow_content_moreLink.gif) no-repeat 0px 4px;
}

h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	color: #002C63;
	font-size: 14px;
	margin-bottom: 13px;
}

h2 span {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

h3 {
	margin-bottom: 3px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	color: #6085B2;
	font-size: 12px;
	line-height: 12px;
}

h3.PortfolioHeader {
	float:left;
	padding-top:20px;
	margin-bottom: 6px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	color: #002C63;
	font-size: 12px;
	line-height: 12px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

img {
	border: none;
}

p {
	margin-bottom: 15px;
	line-height: 13px;
	letter-spacing: 0.5px;
}

p.smallNote {
	font-size: 9px;
}

div.ElevatorCopyPrintHolder {
	visibility: hidden;
	display: none;
	font-size: 0px;
	margin-left: -1000px;
}