body {
	color: #FFFFFF;
	background: #000000;
	margin: 0px;
	padding: 0px;
	font: small Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 120%;
}
table {
	border: none;
	margin: 0px;
	padding: 0px;
}
th, td {
	font-size: 95%;
	padding: 3px;
	text-align: left;
}
img {
	border-style: none;
}
a {
	color: #E19E6A;
}
a:hover, a:visited, a:active {
	text-decoration: none;
}
#scrollWrapper {
	height: 223px;
	overflow: hidden;
	clip: rect(0px,0px,330px,0px);
	position: relative;
}
#scrollContent {
	position: absolute;
	left: 1px;
	top: -2px;
	width: 451px;
	height: 400px;
}
#scrollHome {
	position: absolute;
	left: 1px;
	top: -3px;
	width: 451px;
	height: 1000px;
}
#eventContent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 194px;
	height: 450px;
}
#scrollControls {
	float: right;
	height: 218px;
	width: 14px;
	position: relative;
	margin: 10px 5px;
}
#scrollUp {
	position: absolute;
	top: 0px;
	right: 0px;
}
#scrollDown {
	position: absolute;
	right: 0px;
	bottom: 0px;
	right: 0px;
	top: 194px;
}
#news {
	background: url(../newsbox.jpg) no-repeat fixed;
	height: 223px;
	padding-left: 277px;
}
.fltLft {
	float: left;
}
.fltRht {
	float: right;
}
.ctr {
	text-align: center;
}
.itl {
	font-style: italic;
}

.emp {
	font-weight: bold;
}
.date {
	font-weight: bold;
	color: #C46405;
}
