h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #7e015f;
}
#newsletterbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
	text-align: left;
	padding-right: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 14pt;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#newsbox {
	border: 4px solid #F8C752;
	border-left-color: #BDED94;
	border-right-color: #F9C62D;
	border-top-color: #E06630;
	width: 98%;
	border-bottom-color: #E06630;
}
.orangeTrebuchet {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #CC3300;
	font-style: italic;
	font-weight: bold;
}
.blueTrebuchet {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #003366;
	font-style: italic;
	font-weight: bold;
}
.redTrebuchet {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
.greenTrebuchet {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #336600;
	font-style: italic;
	font-weight: bold;
}
.purpleTrebuchet {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #663366;
	font-style: italic;
	font-weight: bold;
}
.yellowTrebuchet {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
}
.xlargeYellowTreb {font-family: "Trebuchet MS", Arial, sans-serif; font-size: x-large; color: #FF9900; font-style: italic; font-weight: bold; }
.largeOrangeTreb {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: large;
	color: #CC3300;
	font-style: italic;
	font-weight: bold;
}
.largePurpleTreb {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: large;
	color: #663366;
	font-style: italic;
	font-weight: bold;
}

