@charset "iso-8859-1";
/* CSS Document */
.bg {background-position:bottom; background-repeat:no-repeat}
td {color:#3E4855; font-size:11px; font-family:Tahoma, Arial, Geneva, sans-serif}
a.txt {color:#3E4855; font-size:11px; text-decoration:underline}
a.txt:hover {text-decoration:none}
.www {color:#3E4855; font-size:11px; text-decoration:none}
.www:hover {text-decoration:underline}
.left-txt {color:#ACB5C0; font-size:11px; text-decoration:none}
.left-txt:hover {text-decoration:underline}
a.red {color:#8B0B0A; font-size:11px; text-decoration:underline}
a.red:hover {text-decoration:none}
.red-txt {color:#8B0B0A; font-size:11px; text-decoration:none}
.red-txt:hover {text-decoration:underline}
.or-txt {color:#F5930E; font-size:11px; text-decoration:none}
.or-txt:hover {text-decoration:underline}
.bot {color:#BEC4C6; font-size:11px; text-decoration:none}
a.top {color:#FAFAFA; font-size:11px; text-decoration:underline}
a.top:hover {text-decoration:none}
.scroll {scrollbar-3dlight-color : #C9C1BC; 
	scrollbar-arrow-color : #B4A9A2;
	scrollbar-base-color : #C9C1BC;
	scrollbar-darkshadow-color : #B4A9A2;
	scrollbar-face-color : #C9C1BC;
	scrollbar-highlight-color : #B4A9A2;
	scrollbar-shadow-color : #B4A9A2;
	scrollbar-track-color : #C9C1BC}

.thumbnail{
position: relative;
z-index: 0;
background-color: lightyellow;
border: 1px solid gray;
padding: 1px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: Olive;
padding: 2px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
cursor: hand;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: -50px; /*position where enlarged image should offset horizontally */
}

.smallthumb1 {
	width:100px;
	height:75px;
}


.bigthumb1 {
	width:400px;
	height:300px;
}


