body {
	background-color: #FFF;
	font-family: "sans serif";
	font-size: 9pt;
	border: 0px;
	margin: 0px;
	margin-top: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
	}

img {
	border: 0px;
	margin: 0px;
	}	

.sos	{
	background: url('images/SOS.jpg') no-repeat;
}

.sos2	{
	background: url('images/SOS2.jpg') no-repeat;
}

.header {
	border: 1px solid #999;
}

.menu a:link, a:link {
	font-family: verdana;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	}
		
.menu a, a {
	font-family: verdana;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	}

.menu a:visited, a:visited {
	font-family: verdana;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	}
		
.menu a:hover, a:hover {
	font-family: verdana;
	font-weight: bold;
	color: #076D07;
	text-decoration: underline;
	}
		
.menu {
	border: 1px solid #999;
      background: url('images/menuback.jpg');
	font-family: verdana;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-size: 9pt;
	padding: 3px;
	}

.text {
	font-family: verdana;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	padding: 10px;
	}

.results {
	font-family: verdana;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 8pt;
	margin: 5px;
      border: 1px solid #000;
	}

.stats {
	font-family: verdana;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 8pt;
	padding: 10px;
	}

.iframe {
	margin-right: 0px;
	margin-bottom: 0px;
	}

.gallerycontainer{
	position: relative;
	margin-top: -20px;
	}

.thumbnail img{
	border: 1px solid #999;
	margin: 3px;
	}

.thumbnail:hover img{
	border: 1px solid #040;
	}

.thumbnail:hover{
	background-color: transparent;
	}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #040;
	padding: 5px;
	left: 0px;
	border: 1px solid #FFF;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 1px;
	margin: 5px;
	}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 193px; /*position where enlarged image should offset horizontally */
	top: 12px;
	z-index: 50;
	}

img.sponsor {
	border: 1px solid #999;
	}

.greybox {
	border: 1px solid #999;
	}

.even {
	background-color: white;
	}

.odd {
	background-color: #CCC;
	}

h4 {
	font-style: italic;
	}

td {
	text-align: center;
	}

.center {
	text-align: center;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

.justify {
	text-align: justify;
	}

.highlight {
	color: #040;
	font-weight: bold;
	}

marquee {
	background-color: #040;
	text-align: centre;
	text-decoration: none;
	font-family: helvetica,verdana,'sans serif';
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
	}