@charset "utf-8";

/* CSS Document */

.headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: normal;
	text-align: left;
}
.bigheadline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: normal;
	text-align: left;
}
.Subheadline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: normal;
	text-align: left;
	font-weight: bold;
}
.SubheadlinePurple {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #60F;
	line-height: normal;
	text-align: center;
	font-weight: bold;
}
.bodycopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}
.bodycopycenter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
}

.sideBoxcopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}

