body {
	background-image: url(bg.gif);
	margin: 0px;
	background-attachment: fixed;
	background-color: #E6D5B6;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
table {
	background-color: #F3EEE5;
	background-image: url(bgt.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tx1 {
	font-size: 16px;
	font-weight: bold;
}
.tx2 {
	font-size: 14px;
	font-weight: bold;
}
.thumb {
	height: 240px;
	width: 320px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
	border: 2px solid #666666;
}
a:hover .thumb {
	border: 2px solid #CC0000;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}

