/* CSS definitions for fonts */


}
.heading1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
}
.subhead {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #330033;
	font-weight: bolder;
	

}
.body
{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
