/* CSS Document */
body {
	background-color: #999999;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
.style1 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#thumbs .style1 a {
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
#thumbs .style1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#thumbs {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	position: absolute;
	height: 500px;
	width: auto;
	left: 80px;
	top: 30px;
	line-height: 16px;
}
.bold {
	font-weight: bold;
}
