body_a { 	margin: 0px; 	margin-top: 0px; 	margin-left: 0px; 	width: 100%; 	font-family: Verdana, Arial, Helvetica, sans-serif;  	color: #CCCCCC; 	 	scrollbar-face-color: #17181A; scrollbar-shadow-color: #000000;  	scrollbar-highlight-color: #1E1F21; scrollbar-3dlight-color: #333333; 	scrollbar-darkshadow-color: #1B2430; scrollbar-track-color: #222328; 	scrollbar-arrow-color: #ffffff; 	background-color: #ffffff; 	 } body { 	background-image: url(images/purpleonpurple.jpg); 	background-repeat: repeat-x,y;   margin: 0;   padding: 0;   background-color: #ffffff;   text-align: center; 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 10px; 	color: #C17F9D; }	   a:link, a:active, a:visited {color: #000000; text-decoration: none} a:hover {color: #ffffff; text-decoration: none}  A:link{   color: #000000;   }  A:visited{   color: #000000;  }  A:active  {   color: #000000;  }  A:link:hover {   color: #ffffff;  }  A:visited:hover {   color: #ffffff;  }  A:active:hover {   color: #ffffff;  }  
#thumbBox{ 
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #54344C;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ 
	font: bold 14px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #000000;
	padding: 4px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ 
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	font: 10px Tahoma;
	background-color: #54344C;
	padding: 5px;
	z-index: 5;
}
