a.blue:link {color: #0000FF; text-decoration: underline; }
a.blue:active {color: #0000FF; text-decoration: underline; }
a.blue:visited {color: #330066; text-decoration: underline; }
a.blue:hover {color: #0000FF; text-decoration: none; }

.body_copy {
	font-size: 9pt;
	font-weight: normal;
	color: #2A2760;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.body_copyCentered {
	font-size: 9pt;
	font-weight: normal;
	color: #2A2760;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.body_copyRed {
	font-size: 9pt;
	font-weight: normal;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}

.headings {
	font-size: 12pt;
	font-weight: bold;
	color: #2A2760;
	font-family: Arial, Helvetica, sans-serif;
}

.footerCentered {
	font-size: 8pt;
	font-weight: normal;
	color: #2A2760;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.footerLeft {
	font-size: 8pt;
	font-weight: normal;
	color: #2A2760;
	font-family: Arial, Helvetica, sans-serif;
    text-align:left;
}

.top {
	font-size: 8pt;
	font-weight: normal;
	color: #2A2760;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}


