body {
	background-color: #1B100F;
	background-attachment: scroll;
	background-image: url(../images/css/sub_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
}
.oddRow {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-color: #666666;
}
.evenRow {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #333333;
}
.callOutBox {
	text-align: center;
	float: none;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #ECD8C8;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
}
