div.club {	background: #ffffff;
			border: 1px solid #999999;
			float: left;
			height: 25ex;

			margin: 0.5em;
		width: 38ex; 
}

div.club p.clubname {
			background: #ffffff;
			color: #660000;
			font-size: larger;
			font-weight: bold;
			margin: 0.5em;
			text-align: center;
}

p.fs_club_venue:first-line {text-indent: 2em;}
div.fs_team_list, p.fs_club_venue {text-indent: 0;
				float: left; border: 1px solid #999999;
				margin: 1em; width: 20em;
				clear: both;
				}
ul.fs_teams_in_club, h5.fs_teams_list {
	clear: both;
}
ul.fs_teams_in_club {
	list-style-type: none; 	
	margin-left: 0.2em; padding-left: 0.2em;
}

table.fs_club_details {
	width: 90%;
	margin-top: 1em; margin-bottom: 1em;
}
table.fs_club_details th {
	border: 1px solid #666666;
}
table.fs_club_details td {
	border: 1px solid #666666;
	background: #eeeeee;
}

table.fs_club_details td.fs_clubname {
	background: #ffffff;
	text-align: center;
	font-size: 110%;
}

td.fs_club_fieldname {
	font-weight: bold;
	padding-right: 1em;
}
