body {
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.upperband {
	background-image: url(images/upper_bar.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: center;
}
.introtext {
	font-size: 16px;
	padding-bottom: 50px;
}
table, td, div, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 12px;
}
.lowerband {
	background-color: #fd5a1e;
	text-align: center;
}
.lefttext {
	font-size: 12px;
	font-weight: bold;
	color: EDF8Da;
	text-align: left;
	padding: 6px;
}
.centertext {
	font-size: 12px;
	font-weight: bold;
	color: EDF8Da;
	text-align: center;
	padding: 6px;
}
.righttext {
	font-size: 12px;
	font-weight: bold;
	color: EDF8Da;
	text-align: right;
	padding: 6px;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #006600;
	padding-bottom: -5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006600;
}
strong {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
