* {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #2b50b7;
}

body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.nobr {
	white-space: nowrap;
}

.PhoneNumber {
	white-space: nowrap;
	font-weight:bold;
}

.kicker {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration:none;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	color: #2b50b7;
}
a.headline:link, a.headline:active, a.headline:visited {
	font-size: 16px;
	font-weight: bold;
	color: #2b50b7;
	text-decoration:none;
}
a.headline:hpver {
	font-size: 16px;
	font-weight: bold;
	color: #2b50b7;
	text-decoration: underline;
}

.header {
	font-size: 20px;
	font-weight: bold;
	color: #2b50b7;
}

.NavLinks {
	color: #2b50b7;
	font-style: italic;
	font-size: 12px;
	line-height: normal;
}
a.NavLinks {
	color: #2b50b7;
	font-style: italic;
	text-decoration: underline; 
	font-size: 12px;
	line-height: normal;
}
.caption {
	color: #4fb29b;
	font-style: italic; 
	font-size: 11px;
	line-height: normal;
}
.captionLarge {
	color: #4fb29b;
	font-size: 13px;
	line-height: normal;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #2b50b7;
}

.footer {
	font-size: 10px;
	color:#2b50b7
}
.footer a {
	font-size: 9px;
	color:#2b50b7
}
strong.footer {
	font-size: 9px;
	font-weight: bold;
	color:#2b50b7
}
.footnote {
	font-size: 10px;
}

.calloutBoxPurple {
	padding:10px;
	background:#f8f3f6;
}

.calloutHeaderPurple {
	font-size: 14px;
	font-weight: bold;
	color: #78496a;
}

.calloutBoxBlue {
	padding:10px;	
	background:#e7f5f9;
}

.calloutBoxOrange {
	padding:10px;	
	background:#f7ecd7;
}

.calloutBoxBlue2 {
	padding:10px;	
	background:#0a5a9d;
}

.calloutBoxGreen {
	padding:10px;	
	background:#238a32;
	font-size:14px;
	color:#FFFFFF;
}
