body {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #222222;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;



}
.header-extender {
	background-image: url(images/header-repeater.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.blank-cell {
	background-color: #222222;
}
.divider {
	background-image: url(images/Divider.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.results-outside {
	border: 1px solid #FFFFFF;
}
.results-inside {
	border: 0px solid #000000;
}
.results-header {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
