@charset "utf-8";
.MAINAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a24aa1;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a24aa1;
	text-decoration: none;
}
a:hover {
	color: #809C59;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.biftlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #68858D;
	line-height: 30px;
}
.tbbrdr {
	border: thin dotted #999999;
}

.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #e2d0e0;
padding: 5px;
left: -1000px;
border: 1px gray;
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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}.flashgur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

