	/* RESET */
	html,body,p,h1,h2,h3,ul,li,form,table,img {
		margin: 0;
		padding: 0;
		border: 0;
	}
	body {
		background: #fff;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000;
	}
	/* BODY TABLE */
	.body-content {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
		/* HEADER NAVIGATION */
		.headnav-container {
			float: left;
			margin: 200px 0 0;
			width: 140px;
			height: 150px;
		}
		.headnav {
			font-size: 10pt;
		}
		.headnav li {
			font-weight:bolder;
			height: 20px;
		}
		ul.headnav {
			list-style:none;
		}
		.headnav li a {
			text-decoration: none;
			color: #716766;
		}
		.headnav .fbook {
			color: #3B5998;
			margin-left: 12px;
		}
		/* PARAGRAPHS */
		p {
			margin-bottom : 10px;
		}
		/* TABLES */
		.horse-timetable {
			font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
			background: #00F;
			text-align: center;
			border: 1pt solid #800080;
		}
		/* SECOND HEADINGS */
		h2 {
			font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
			color: #0000ff;
			font-size: 12pt;
		}
		/* THIRD HEADINGS */
		h3 {
			font-weight: bold;
			font-size: 10pt;
			text-decoration: underline;
		}
		
		
		/* HOMEPAGE NEWS */
		.newsoverlay	{
			margin-top : 406px;
			margin-left : 16px;
			height : 290px;
			width : 260px;
			overflow : auto;
		}
		
		span.button {
			background:none repeat scroll 0 0 #F18200;
			border:1px solid #DE5400;
			color:#FFFFFF;
			display:block;
			font:bold 12px/19px Arial,Helvetica,sans-serif;
			height:19px;
			width: 400px;
			padding:0 8px;
			text-align:center;
			white-space:nowrap;
		}