body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed 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: -150;
left: 60px; /*position where enlarged image should offset horizontally */
}

.style1 {
	color: #FAFAF5;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #ABCFEF;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #171919;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #fafaf5;
	font-size: 10px;
	font-family: tahoma;
}
.style5 {
	color: #161818;
	font-size: 10px;
	font-family: tahoma;
}
.style6 {
	color: #5c6060;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style7 {
	color: #ABCFEF;
	font-size: 10px;
	font-family: tahoma;
}
.style8 {
	color: #ABCFEF;
	font-size: 13px;
	font-family: tahoma;
	text-transform:uppercase
}
.style9 {
	color: #171919;
	font-size: 14px;
	font-family: tahoma;
	text-transform:uppercase
}
.style10 {
	color: #FAFAF5;
	font-size: 12px;
	font-family: tahoma;
}
.style11 {
	color: #171919;
	font-size: 12px;
	font-family: tahoma;
	
#mu li {list-style:url(images/point_2.gif); margin:0 0 0 0px}
#mu a { font-family:tahoma; font-size:10px; color:#ABCFEF; text-decoration:none; font-weight:bold}
