* { 
padding:0; 
margin:0; 
} 

body {
	color:#333;
	color:#fff;
	background-color: #E0E5E9;
}

#gene {
	width: 780px;
	margin:auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color:#55677F;	
}

body,td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.fd_copy{
	color:#425062;
}

.clear {
	clear : both; 
	display : block; 
	height : 5px; 
	overflow : hidden; 
} 
.clear10 {
	clear : both; 
	display : block; 
	height : 10px; 
	overflow : hidden; 
} 

.pho{
	border: 1px solid #FFFFFF;
	padding:3px;
}

.min_pho{
	padding-right:3px;
	padding-top:3px;
}

a:link, a:visited, a:active {
	color:#ccc;
	text-decoration:underline;
	font-weight:bold;
}

a.bl:link, a.bl:visited, a.bl:active {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}

a.fo:link, a.fo:visited, a.fo:active {
	color:#fff;
	text-decoration: underline;
	font-weight:bold;
}



a:hover, a.bl:hover; a.fo:hover {
	text-decoration: none;
	color:#E0E5E9;
	font-weight:bold;
}

 #thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #fff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
color:#425062;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #fff;
padding: 5px;
z-index: 5;
}
 
 
 