<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.insideAdHeader
{
	width:243px;
	height:22px;
	background:#dedfe3;
}
.insideAdHeader Table
{
	width:100%;
	height:22px;
	border:1px solid #b3b3b5;
	 text-align:center;
}
.insideAdHeader H2
{
	font:bold 12px Arial;
	color:#7a7b7d;
}
.insideAdBox
{
	width:243px;
	background:#eeeff1;
}
.insideAdBox Table
{
	width:100%;
	height:180px;
	border:1px solid #b3b3b5;
	text-align:right;
	font:normal 11px Arial;
	color:black;
}
.insideAdBox A {
	font:normal 11px Arial;
	color:black;
	text-decoration:underline;
}
.insideAdBox TD
{
	padding-left:10px;
	padding-right:10px;
}
.insideAdImgBox
{
	width:243px;
	background:#eeeff1;
}
.insideAdImgBox Table
{
	width:100%;
	height:280px;
	border:1px solid #b3b3b5;
	text-align:center;
	font:normal 11px Arial;
	color:black;
}
.insideAdImgBoxArrows
{
	width:243px;
	background:#d0d3d8;
}
.insideAdImgBoxArrows Table
{
	width:100%;
	height:19px;
	border:1px solid #b3b3b5;
	text-align:center;
	font:normal 11px Arial;
	color:black;
}
.bottomAdImgBox
{
	width:100%;
	background:#bc0000;
	direction:rtl;
	position:fixed;
	bottom:0;
	left:0;
}
.bottomAdImgBox Table
{
	width:100%;
	height:15px;
}
.bottomAdImgBox A {
	font:bold 12px Arial;
	color:white;
	text-decoration:none;
}
.bottomAdImgBox A:hover {
	color:black;
}
.thumbnail{
font-family:Arial;
font-size:12px;
color:black;
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding-left: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -220px; /*position where enlarged image should offset horizontally */

}</pre></body></html>