body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #ffffff;
}

a {
	font-weight: bold;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}

#header {
	background-image: url('images/header_bg.jpg');
	width: 100%;
}
#header td {
	padding: 0px;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
p.intro {
	font-size: 10px;
	text-align: center;
}

.content {
	width: 100%;
}
.content img {
	background-image: url('images/t_bg.jpg');
	border: 1px solid #ff0099;
	padding: 0px;
	margin: 2px;
	width: 240px;
	height: 180px;
}
.content img:hover {
	border: 1px solid #ffffff;
}

table.maintop {
	border: 1px solid #ffffff;
	border-left-width: 0px;
	border-right-width: 0px;
}
table.maintop td {
	width: 20%;
	font-size: 12px;
}
table.maintop td a {
	color: #ffffff;
}

table.blocktop {
	width: 1000px;
}
table.blocktop td {
	text-align: center;
	font-size: 18px;
	width: 33%;
}
table.blocktop td a {
	color: #ffffff;
}

.thumbolink {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ff99cd;
	text-align: left;
	font-weight:normal;
}

.thumbolink a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	text-align:center;
	text-decoration:underline;
}

.thumbolink a:link {text-decoration:underline;	color:#ffffff;}
.thumbolink a:hover {text-decoration: none;	color:#ffffff;}
.thumbolink a:visited {text-decoration:underline;	color:#ffffff;}

.thumbolink a:link img {  border-color:#ff0099; border-width: 2px; border-style: dotted;}
.thumbolink a:hover img {  border-color:#ffffff; border-width: 2px; border-style: solid; }
.thumbolink a:visited img {  border-color:#ff0099; border-width: 2px; border-style:dotted;}
.thumbolink a:active img { border-color:#ffffff; border-width: 2px; border-style: solid; }
