body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #666666;
	text-align: left;
	background-image: url(images/bg_tile.jpg);
	margin: 0px;
	padding: 0px;
}
.contenttable {
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	line-height: 1.25em;
	border: thin solid #000000;
}
.textblock {
	margin-right: 20px;
	margin-left: 20px;
	color: #000000;
}
.textblock a{
	color: #470C66;
}
.textblock a:hover{
	color:#FF0099;
}

.navigationlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #CCCCCC;
}
.venuelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCFF66;
	padding: 5px;
	border: thin solid #000000;
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.venuelinks a {
	color:#333333;
}
.tablegraycell {
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.trackstable a {
	color: #470C66;
}
.trackstable a:hover{
	color:#FF0099;
}
.trackstable {
	border: thin solid #000000;
}

