img{
	border:none;
}
img.big{
	border:solid 3px white;
}
img.small{
	border:solid 0px white;
}
.display{
	background:#CCCCCC;
	border:solid 0px #000000;
}
.tn_cell{
	background:#FFFFFF;
	width:110px;
	height:110px;
	padding:5px;
	border:solid 2px #666666;
}
.current_tn_cell{
	background:#333333;
	width:110px;
	height:110px;
	padding:5px;
	border:solid 0px #666666;
}
.img_cell{
	background:#FFCC00;
	width:650px;
	height:1px;
	padding:10px;
	border:solid 0px #000000;
}
.txt{
	color:#666666;
	font: bold 12px Verdana, Arial, sans-serif;
}   
.linktxt{
	color:#666666;
	text-decoration: none;
	font: bold 14px Arial, sans-serif;
	padding:8px;
}  
.unlinktxt{
	color:#FFFFFF;
	text-decoration: none;
	font: normal 12px Arial, sans-serif;
}   
a:link{
	color:#FFFFFF;
	text-decoration: none;
	font: normal 12px Arial, sans-serif;
}
a:active{
	color:#FFFFFF;
	text-decoration: none;
	font: normal 12px Arial, sans-serif;
}
a:hover{
	color:#666666;
	text-decoration: none;
	font: normal 12px Arial, sans-serif;
}
a:visited{
	color:#666666;
	text-decoration: none;
	font: normal 12px Arial, sans-serif;
}
.notice{
	padding:3px;
	background:#CCCCCC;
	color: white;
	font: normal 12px Arial, sans-serif
}