/* CSS Document */
a:link {
	color: #18327D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #18327D;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #18327D;
}
body {
	background-color: #7C91C8;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #18327D;
}
.copyrightwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.copyrightwhite a, .copyrightwhite a:link, .subtitlewhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyrightwhite a:hover, .subtitlewhite a:active {
	color: #E1E9F6;
	text-decoration: none;
}
.copyrightbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #18327D;
	font-weight: bold;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #18327D;
	line-height: 15px;
	font-weight: bold;
}
.titleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #18327D;
	line-height: 15px;
	font-weight: normal;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #18327D;
	line-height: 14px;
	font-weight: bold;
}
.subtitlewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
}
.subtitlewhite a:link, .subtitlewhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.subtitlewhite a:hover, .subtitlewhite a:active {
	color: #E1E9F6;
	text-decoration: none;
}
.sidetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18327D;
	line-height: 15px;
	font-weight: bold;
}
.outline {
	border: 2px solid #E1E9F6;
	padding:10px;
}
.prbanner {
	border: 2px solid #8BA4D4;
	background-color: #E1E9F6;
	padding:3px;
	margin-bottom:10px;
}
.prbannerdark {
	border: 2px solid #18327D;
	background-color: #18327D;
	padding:5px;
	margin-bottom:10px;
}
