body {
	background-image:  url(media/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
	line-height: 16px;
}
h1 {
	font-size: 20px;
	line-height: 1.4em;
	margin: 1em 0;
}
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
	line-height: 16px;
}
.heading {
	font-size: 10px;
	font-weight: bold;
	color: #000000;

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #116C20;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #116C20;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #116C20;
	text-decoration: none;
}


a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DEDC06;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DEDC06;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: edc06;
	text-decoration: underline;
	font-weight: bold;
}
a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DEDC06;
	text-decoration: none;
	font-weight: bold;
}


.smallprint {
	font-size: 9px;
}
.headingb {

	font-size: 10px;
	font-weight: bold;
	color: #004B2F;
}
.whiteongreen {
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}
.horsename {
	font-family: Garamond, Georgia, Verdana;
	font-size: 16px;
	color: #006633;
	font-weight: bold;
}

.buttongreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003300;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	cursor: hand;
	height: 20px;


}

.inputbox {
	width: 350px;
}


.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: #CDE1F3;
	color: #000000;
	font-weight: bold;
	border: none;
	cursor: hand;

}.rightalign {
	text-align: right;
}
.update {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	padding-bottom: 10px;

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
select {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.lineheight {
	line-height: 14px;
}
.quotes {
	font-style: italic;
	color: #177854;
	text-align: center;
}

.SEOLinks a, .SEOLinks a:visited, .SEOLinks a:hover, .SEOLinks, .SEOLinks h2
{
	color:yellow;
	font-weight:bold;
	display:inline;
	font-size:10px;
}

a.play_video {
	display: block;
	width: 165px;
	height: 29px;
	line-height: 29px;
	font-style: normal;
	text-align: center;
	color: #fff200;
	text-decoration: none;
	font-weight: bold;
	background: #004b2f url(/media/play_video.gif) left top no-repeat;
}
a.play_video:hover, a.play_video:visited {
	color: #fff200;
	text-decoration: none;
}
.play_video .content {
	display: none;
}
.popup {
	padding: 20px;
}
.popup .container {
	padding: 20px;
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.popup .title {
	padding: 0 0 20px 0;
	font-size: 1.2em;
	color: #555555;
}
.popup .close {
	position: absolute;
	top: -13px;
	right: -13px;
	width: 30px;
	height: 30px;
	background: url(/js/close.png) left top no-repeat;
}
