a {
	color						: #0000ff;
	text-decoration				: none;
}
a:active {
	color						: #0000ff;
}
a:visited {
	color						: #0000ff;
}
a:hover {
	color						: #aaaaff;
	text-decoration				: underline;
}

body {
	margin-top					: 0px;
	margin-left					: 0px;
	margin-right				: 0px;
	color						: #000000;

}

body, td {

	background-color			: #ffffff;

	font-family					: trebuchet ms, arial;
}

td {
	
	padding						: 0px;
}

img {

	border						: 0px;
	padding						: 0px;	
}

.thumbdiv {
	width						: 220px;
	height						: 165px;
	padding						: 0px;
	margin-bottom				: 5px;
	border						: 1px solid #000000;

}

.thumbdiv img {
	
	width						: 220px;
	height						: 165px;

}

.thumbtext {
	
	width						: 220px;
	padding						: 0px;
	padding-left				: 3PX;
	padding-right				: 3PX;

}
 
.thumbviews {

	color						: #000000;
	float						: left;
	font-size					: 12px;
	padding-bottom				: 7px;
}

.thumblinks {

	float						: right;
	font-size					: 12px;
	padding-bottom				: 7px;
}

.thumbtext a {
	color						: #0000ff;
	text-decoration				: none;
}

.thumbtext a:active {
	color						: #0000ff;
	text-decoration				: none;
}
.thumbtext a:visited {
	color						: #0000ff;
	text-decoration				: none;	
}
.thumbtext a:hover {
	color						: #7777ff;
	text-decoration				: underline;
}
.navigate {
	color						: #aaaaaa;
	font-size					: 20px;
	margin						: 0px;
	margin-bottom				: 5px;
}

.navigate a {
	color						: #0000ff;
	text-decoration				: underline;
}
.navigate a:active {
	color						: #0000ff;
}
.navigate a:visited {
	color						: #0000ff;
}
.navigate a:hover {
	color						: #aaaaff;
	text-decoration				: underline;
}

.lastupdated {
	text-align					: right;
	font-size					: 11px;
	color						: #444444;
}

.joinformthumbs {

	margin						: 0px;
	margin-bottom				: 5px;
	width						: 180px;
}

.erroronjoindiv {
	
	padding						: 5px;
	border						: 1px solid #ffffff;
	font-size					: 20px;
	margin						: 5px;
}

.errortitle {
	
	color						: #000000;
}