body {
	background-image: url(images/bg_1.gif);
	margin-top: px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #E0E1D9;
	font-weight: normal;
}
.style4 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10.8px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10.8px;
}
a:hover {
	color: #4573b5;
	text-decoration: underline blink;
	font-weight: bold;
	font-size: 10.8px;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10.8px;
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px;
}

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

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

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: auto;
	left: 7px; /*position where enlarged image should offset horizontally */
	z-index: 40;
}
