@charset "UTF-8";
/* CSS Document */

.body1 {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.3em;
	font-size: 10pt;
	font-weight: normal;
}

.bulletbody {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.5em;
	font-size: 11pt;
}

.heading {
	font-family: helvetica, arial, sans-serif;
	color: #204195;
	font-size: 17pt;
	text-align: left;
	font-weight: bold;
}

.sideheading {
	font-family: helvetica, arial, sans-serif;
	color: #204195;
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
}

.subheading {
	font-family: helvetica, arial, sans-serif;
	color: #204195;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}

.subheading_reverse {
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	background-color: #204195;
}

.quote {
	font-family: arial, sans-serif;
	color: #7c95c5;
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
}

.info {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.2em;
	font-size: 8pt;
	font-weight: bold;
}

a:link {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #204195;
}

a:visited {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #204195;
}

a:hover {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	background-color: #204195;
	color: #fff;
}

a:active {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #204195;
}

