thead {
	font-weight: bolder;
	color: #000000;
	background-color: #77BBBB;
}
.tandc {
	background-color: #E2E2E2;
	border: 1px solid #666666;
	padding: 5px;
	font-size: smaller;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#topnav {
	background-color: #99CCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
}
#topnav a {
	text-decoration:none;
	border-right:1px solid black;
	padding:0px 10px;
	color:#000000;
}
#topnav a:hover {
	text-decoration:none;
	border-right:1px solid black;
	padding:0px 10px;
	background-color:#FFFFFF;
	color:#000000;
}
h1 {
	text-align: center;
}
.smallish {
	background-color: #FFFFFF;
	font-size: small;
}
.smallishRed {
	background-color: #FFFFFF;
	font-size: small;
	color: #FF0000;
}
#thumbs {
	margin:0 auto;
	width:960px;
}
.thumb {
	text-align:center;
	border:1px solid silver;
	padding:3px;
	margin:2px;
	height:110px;
	width:84px;
	float:left;
	font-size:10px;
}
.cleared {
	clear:both;
}
#next {
	position:absolute;
	right:0;
}
.footer {
	width:960px;
 
	height:30px;
	position:relative;
	background-image:url(images/bg.png);
}

