body {
	background-color: #C0C0C0;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
form {
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	list-style-type: square;
}
img {
	border-style: none;
}
img.saturday {
	border-style: none;
	z-index: 1;
	position: absolute;
	left: 15px;
	top: 100px;
}
img.indoor {
	border-style: none;
	z-index: 1;
	position: absolute;
	left: 15px;
	top: 220px;
}
img.player {
	border-style: none;
	z-index: 1;
	position: absolute;
	left: 620px;
	top: 240px;
}

table.main {
	font-family: Arial;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #000040;
}
table.normal {
	font-family: Arial;
	font-size: 12;
}
table.poll {
	font-family: Arial;
	font-size: 12;
	text-align: center;
}

div.box {
	border-style: none;
	border-width: 1px;
	margin-left: 20px;
	margin-right: 20px;
}
div.box2 {
	border-style: solid;
	border-width: 1px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #EEF7FF;
}
div.notice {
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	height: 100px;
	background-color: #FFFFFF;
	position: absolute;
	left: 25px;
	top: 300px;
}
div.status {
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	height: 70px;
	background-color: #FFFFFF;
	position: absolute;
	right: 30px;
	top: 320px;
}
input.text {
	border-style: solid;
	border-width: 1px;
	border-color: #EFEFEF;
}
input.flyer {
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
}
input.button {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #EEF7FF;
}
textarea.text {
	border-style: solid;
	border-width: 1px;
	border-color: #EFEFEF;
	scrolling: none;
}
p.head {
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
p.subhead {
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	margin-left: 80px;
	margin-right: 80px;
}
p.normal {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
p.centr {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
p.narrow {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	margin-left: 80px;
	margin-right: 80px;
}
blockquote {
	text-align: left;
}

:link { color: #0000FF; text-decoration: underline; }
:visited { color: #0000FF; text-decoration: underline; }
:hover { color: #C81A22; text-decoration: underline; }
