@charset "utf-8";
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #1C449C;
}
.testimonial {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #2D52A3;
	text-align: right;
}
.quotesource {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: right;
}
.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	text-align: left;
	line-height: 25px;
}
.yellowhighlight {
	background-color: #FF6;
}

