body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url(images/bg.jpg);
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	color: #333399;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6666FF;
	
	}
a:link {
	text-decoration: underline;
	color: #333399;
	
}
a:visited {
	text-decoration: underline;
	color: #333399;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #333399;
}.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

label{
	float:left;
	width:110px;
	text-align:right;
	padding-right:10px;
}
#court{
	position:relative;
	height:358px;
	width:596px;
	z-index:1;
}
#surface{
	height:300px;
	width:500px;
	margin:30px 45px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#outline{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}

.block{
	height:50px;
	width:300px;
	border:1px solid #000;
	cursor:pointer;
}
.dark_green{
	background-color:#505b4d
}
.red{
	background-color:#8e4244
}
.brick{
	background-color:#a9564e
}
.light_green{
	background-color:#62805a
}
.light_brown{
	background-color:#a37448
}
.light_blue{
	background-color:#5d8aa1
}
.dark_blue{
	background-color:#465e7a
}
.grey{
	background-color:#94959a
}