@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-position: center top;
}
a:link {
	color: #FFFFFD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFD;
}
a:hover {
	text-decoration: underline;
	color: #F6EDB4;
}
a:active {
	text-decoration: none;
	color: #F6EDB4;
}
a img.thumb{
	border:1px solid #FFF;
	background-color: #B00104;
}
a:hover img.thumb{
	border:1px solid #000;
	background-color: #960104;
}
table.thumbsblock {
	border: thin solid #FFF;
}
td.thumbsblock {
	background-color: #CE0004;
	background-image: url(images/logo.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
}
.slogan {
	color: #FFF;
	font-family: impact;
	font-size: 24px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
}
