body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


.tablebackground {
 
background-image: url("images/backgroundkey.gif"); 
background-repeat: no-repeat;
background-position: center;
}

.tablebackgroundcourt {
 
background-image: url("images/court2.gif"); 
background-repeat: no-repeat;
background-position: center;
}

.tablebackgroundlogo {
 
background-image: url("images/textlogo.gif"); 
background-repeat: no-repeat;
background-position: center;
}

.tablebackgroundlogosmall {
 
background-image: url("images/textlogosmall.gif"); 
background-repeat: no-repeat;
background-position: center;
}


.maintext {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;

}




.subtopictext {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7b7b7b;
}  

a {  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;

	text-decoration: none;

  }

a:hover {  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFCC33;

	

  }