body {
	background-image:url(images/background.jpg); background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#555555;
	text-align:let;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#middle {
	font-family:"Trebuchet MS";
	color: #555555;
	font-size:14px;
	}
	
#middle h1 {
	font-family:"Trebuchet MS";
	color:#0083ab;
	font-size:28px;
	margin:0px;
	font-weight:normal;
	}
	#middle h2 {
	color:#0083ab;
	font-size:22px;
	margin:0px;
	font-weight:normal;
	}
	#middle h3 {
	color:#0083ab;
	font-size:16px;
	margin:0px;
	font-weight:normal;
	}

#middle a:link {
	color: #626262;
	text-decoration: underline;
}
#middle a:visited {
	color: #626262;
	text-decoration: underline;
}
#middle a:hover {
	color: #0083ab;
	text-decoration: underline;
}

.orangetext {
	color: #fe7704;
	font-size: 16px;
}
.highlight {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-style:italic;
}
.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fd7603;
}