/* CSS Document */

BODY {
	font-size: 12pt;
}

body, td, p { color: #660033; }

H2 {
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}

H3 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}

H4 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;	
}

.headline {
	line-height: 50%;
}

.subhead {
	font-weight: 600;
	line-height: 50%;
}

.quote {
	font-style: italic;
	font-size: 14pt;
}
.quotenew {
	float: right;
	font-style: italic;
	font-size: 14pt;
	margin-left: 10%;
	margin-right: 10%;
	width: 30%;
}
.quotenew2 {
	font-style: italic;
	font-size: 14pt;
	margin-left: 10%;
	margin-right: 10%;
	width: 60%;
}
.quoteattrib {
	text-align: right;
}

.xsmall {
	font-size: 8pt;
}
.small {
	font-size: 10pt;
}

.notice {
	display: inline;
}

.notice table {
	background: #993366;
	color: #FFFFFF;
}

.backtotop {
	text-align: right;
/*	vertical-align: middle; */
}
.backtotop a {
	text-decoration: none;
}