div.resources * {
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	color: #CCCCCC;
}

div.resources div {
}

div.resources div.mainpic {
	position: absolute;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 2px;
}

div.resources div.shade {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url("images_resources/shade_3x3.gif");
	z-index: 10;
}

div.resources div.zoompic {
	position: absolute;
	border: solid #CCCCCC;
	background-color: #FFFFFF;
	border: solid #FF6600;
	z-index: 20;
}

div.resources div.zoomheader {
	position: absolute; 
	left: 6px; 
	top: 6px; 
	width: 300px; 
	height: 20px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;	
	white-space: nowrap;
}

div.resources A {
	color: #CCCCCC;
	text-decoration: none; 
}

div.resources :sslink { 
	color: #CCCCCC;
	text-decoration: none; 
}  /* for unvisited links */


div.resources :ssvisited { 
	color: #CCCCCC; 
	text-decoration: none;
} /* for visited links */


div.resources :ssactive 
{ 
	color: #CCCCCC;
	text-decoration: none; 
} /* when link is clicked */


div.resources :sshover 
{ 
	color: #CCCCCC;
	text-decoration: underline; 
	font-size: 16px;
	font-weight: bold;
} /* when mouse is over link */


div.resources A.zoomlink {
	color: #000000;
	text-decoration: none; 
}

div.resources A.zoomlink:link { 
	color: #000000;
	text-decoration: none; 
}  


div.resources A.zoomlink:visited { 
	color: #000000; 
	text-decoration: none;
} 


div.resources A.zoomlink:active { 
	color: #000000;
	text-decoration: none; 
} 


div.resources A.zoomlink:hover { 
	color: #FF6600;
	text-decoration: underline; 
	font-size: 12px;
	font-weight: bold;
} 

div.resources .zoomtext {
	color: #000000;
	font-size: 12px;
}

div.resources A.closelink {
	color: #FF6600;
	text-decoration: none; 
}
